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.Types.BatchJobExecutionSummary

Description

 
Synopsis

Documentation

data BatchJobExecutionSummary Source #

A subset of the possible batch job attributes. Used in the batch job list.

See: newBatchJobExecutionSummary smart constructor.

Constructors

BatchJobExecutionSummary' 

Fields

Instances

Instances details
FromJSON BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

Generic BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

Associated Types

type Rep BatchJobExecutionSummary :: Type -> Type #

Read BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

Show BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

NFData BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

Eq BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

Hashable BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

type Rep BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

newBatchJobExecutionSummary Source #

Create a value of BatchJobExecutionSummary 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:endTime:BatchJobExecutionSummary', batchJobExecutionSummary_endTime - The timestamp when this batch job execution ended.

$sel:jobId:BatchJobExecutionSummary', batchJobExecutionSummary_jobId - The unique identifier of a particular batch job.

$sel:jobName:BatchJobExecutionSummary', batchJobExecutionSummary_jobName - The name of a particular batch job.

$sel:jobType:BatchJobExecutionSummary', batchJobExecutionSummary_jobType - The type of a particular batch job execution.

$sel:applicationId:BatchJobExecutionSummary', batchJobExecutionSummary_applicationId - The unique identifier of the application that hosts this batch job.

$sel:executionId:BatchJobExecutionSummary', batchJobExecutionSummary_executionId - The unique identifier of this execution of the batch job.

$sel:startTime:BatchJobExecutionSummary', batchJobExecutionSummary_startTime - The timestamp when a particular batch job execution started.

$sel:status:BatchJobExecutionSummary', batchJobExecutionSummary_status - The status of a particular batch job execution.

batchJobExecutionSummary_endTime :: Lens' BatchJobExecutionSummary (Maybe UTCTime) Source #

The timestamp when this batch job execution ended.

batchJobExecutionSummary_jobId :: Lens' BatchJobExecutionSummary (Maybe Text) Source #

The unique identifier of a particular batch job.

batchJobExecutionSummary_applicationId :: Lens' BatchJobExecutionSummary Text Source #

The unique identifier of the application that hosts this batch job.

batchJobExecutionSummary_executionId :: Lens' BatchJobExecutionSummary Text Source #

The unique identifier of this execution of the batch job.

batchJobExecutionSummary_startTime :: Lens' BatchJobExecutionSummary UTCTime Source #

The timestamp when a particular batch job execution started.