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.GetJobRun

Description

Displays detailed information about a job run.

Synopsis

Creating a Request

data GetJobRun Source #

See: newGetJobRun smart constructor.

Constructors

GetJobRun' 

Fields

Instances

Instances details
ToHeaders GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

Methods

toHeaders :: GetJobRun -> [Header] #

ToPath GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

ToQuery GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

AWSRequest GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

Associated Types

type AWSResponse GetJobRun #

Generic GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

Associated Types

type Rep GetJobRun :: Type -> Type #

Read GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

Show GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

NFData GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

Methods

rnf :: GetJobRun -> () #

Eq GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

Hashable GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

type AWSResponse GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

type Rep GetJobRun Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

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

newGetJobRun Source #

Create a value of GetJobRun 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:

GetJobRun, getJobRun_applicationId - The ID of the application on which the job run is submitted.

GetJobRun, getJobRun_jobRunId - The ID of the job run.

Request Lenses

getJobRun_applicationId :: Lens' GetJobRun Text Source #

The ID of the application on which the job run is submitted.

getJobRun_jobRunId :: Lens' GetJobRun Text Source #

The ID of the job run.

Destructuring the Response

data GetJobRunResponse Source #

See: newGetJobRunResponse smart constructor.

Constructors

GetJobRunResponse' 

Fields

Instances

Instances details
Generic GetJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

Associated Types

type Rep GetJobRunResponse :: Type -> Type #

Show GetJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

NFData GetJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

Methods

rnf :: GetJobRunResponse -> () #

Eq GetJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

type Rep GetJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRServerless.GetJobRun

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

newGetJobRunResponse Source #

Create a value of GetJobRunResponse 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:GetJobRunResponse', getJobRunResponse_httpStatus - The response's http status code.

$sel:jobRun:GetJobRunResponse', getJobRunResponse_jobRun - The output displays information about the job run.

Response Lenses

getJobRunResponse_httpStatus :: Lens' GetJobRunResponse Int Source #

The response's http status code.

getJobRunResponse_jobRun :: Lens' GetJobRunResponse JobRun Source #

The output displays information about the job run.