amazonka-m2-2.0: Amazon MainframeModernization 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.M2.GetBatchJobExecution

Description

Gets the details of a specific batch job execution for a specific application.

Synopsis

Creating a Request

data GetBatchJobExecution Source #

See: newGetBatchJobExecution smart constructor.

Constructors

GetBatchJobExecution' 

Fields

Instances

Instances details
ToHeaders GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

ToPath GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

ToQuery GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

AWSRequest GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Associated Types

type AWSResponse GetBatchJobExecution #

Generic GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Associated Types

type Rep GetBatchJobExecution :: Type -> Type #

Read GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Show GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

NFData GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Methods

rnf :: GetBatchJobExecution -> () #

Eq GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Hashable GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

type AWSResponse GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

type Rep GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

type Rep GetBatchJobExecution = D1 ('MetaData "GetBatchJobExecution" "Amazonka.M2.GetBatchJobExecution" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetBatchJobExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetBatchJobExecution Source #

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

GetBatchJobExecution, getBatchJobExecution_applicationId - The identifier of the application.

GetBatchJobExecution, getBatchJobExecution_executionId - The unique identifier of the batch job execution.

Request Lenses

getBatchJobExecution_executionId :: Lens' GetBatchJobExecution Text Source #

The unique identifier of the batch job execution.

Destructuring the Response

data GetBatchJobExecutionResponse Source #

See: newGetBatchJobExecutionResponse smart constructor.

Constructors

GetBatchJobExecutionResponse' 

Fields

Instances

Instances details
Generic GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Associated Types

type Rep GetBatchJobExecutionResponse :: Type -> Type #

Read GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Show GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

NFData GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Eq GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

type Rep GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

newGetBatchJobExecutionResponse Source #

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

GetBatchJobExecutionResponse, getBatchJobExecutionResponse_endTime - The timestamp when the batch job execution ended.

GetBatchJobExecutionResponse, getBatchJobExecutionResponse_jobId - The unique identifier for this batch job.

GetBatchJobExecutionResponse, getBatchJobExecutionResponse_jobName - The name of this batch job.

GetBatchJobExecutionResponse, getBatchJobExecutionResponse_jobType - The type of job.

$sel:jobUser:GetBatchJobExecutionResponse', getBatchJobExecutionResponse_jobUser - The user for the job.

GetBatchJobExecutionResponse, getBatchJobExecutionResponse_statusReason - The reason for the reported status.

$sel:httpStatus:GetBatchJobExecutionResponse', getBatchJobExecutionResponse_httpStatus - The response's http status code.

GetBatchJobExecution, getBatchJobExecutionResponse_applicationId - The identifier of the application.

GetBatchJobExecution, getBatchJobExecutionResponse_executionId - The unique identifier for this batch job execution.

GetBatchJobExecutionResponse, getBatchJobExecutionResponse_startTime - The timestamp when the batch job execution started.

GetBatchJobExecutionResponse, getBatchJobExecutionResponse_status - The status of the batch job execution.

Response Lenses

getBatchJobExecutionResponse_endTime :: Lens' GetBatchJobExecutionResponse (Maybe UTCTime) Source #

The timestamp when the batch job execution ended.

getBatchJobExecutionResponse_executionId :: Lens' GetBatchJobExecutionResponse Text Source #

The unique identifier for this batch job execution.

getBatchJobExecutionResponse_startTime :: Lens' GetBatchJobExecutionResponse UTCTime Source #

The timestamp when the batch job execution started.