amazonka-emr-serverless-2.0: Amazon EMR Serverless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EMRServerless.GetApplication

Description

Displays detailed information about a specified application.

Synopsis

Creating a Request

data GetApplication Source #

See: newGetApplication smart constructor.

Constructors

GetApplication' 

Fields

Instances

Instances details
ToHeaders GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

ToPath GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

ToQuery GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

AWSRequest GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

Associated Types

type AWSResponse GetApplication #

Generic GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

Associated Types

type Rep GetApplication :: Type -> Type #

Read GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

Show GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

NFData GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

Methods

rnf :: GetApplication -> () #

Eq GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

Hashable GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

type AWSResponse GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

type Rep GetApplication Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

type Rep GetApplication = D1 ('MetaData "GetApplication" "Amazonka.EMRServerless.GetApplication" "amazonka-emr-serverless-2.0-Zw6ehwruaDFJFsqn31iYt" 'False) (C1 ('MetaCons "GetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetApplication Source #

Create a value of GetApplication with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetApplication, getApplication_applicationId - The ID of the application that will be described.

Request Lenses

getApplication_applicationId :: Lens' GetApplication Text Source #

The ID of the application that will be described.

Destructuring the Response

data GetApplicationResponse Source #

See: newGetApplicationResponse smart constructor.

Constructors

GetApplicationResponse' 

Fields

Instances

Instances details
Generic GetApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

Associated Types

type Rep GetApplicationResponse :: Type -> Type #

Read GetApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

Show GetApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

NFData GetApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

Methods

rnf :: GetApplicationResponse -> () #

Eq GetApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

type Rep GetApplicationResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetApplication

type Rep GetApplicationResponse = D1 ('MetaData "GetApplicationResponse" "Amazonka.EMRServerless.GetApplication" "amazonka-emr-serverless-2.0-Zw6ehwruaDFJFsqn31iYt" 'False) (C1 ('MetaCons "GetApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Application)))

newGetApplicationResponse Source #

Create a value of GetApplicationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:GetApplicationResponse', getApplicationResponse_httpStatus - The response's http status code.

$sel:application:GetApplicationResponse', getApplicationResponse_application - The output displays information about the specified application.

Response Lenses

getApplicationResponse_application :: Lens' GetApplicationResponse Application Source #

The output displays information about the specified application.