| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.M2.Types.BatchJobExecutionSummary
Description
Synopsis
- data BatchJobExecutionSummary = BatchJobExecutionSummary' {}
- newBatchJobExecutionSummary :: Text -> Text -> UTCTime -> BatchJobExecutionStatus -> BatchJobExecutionSummary
- batchJobExecutionSummary_endTime :: Lens' BatchJobExecutionSummary (Maybe UTCTime)
- batchJobExecutionSummary_jobId :: Lens' BatchJobExecutionSummary (Maybe Text)
- batchJobExecutionSummary_jobName :: Lens' BatchJobExecutionSummary (Maybe Text)
- batchJobExecutionSummary_jobType :: Lens' BatchJobExecutionSummary (Maybe BatchJobType)
- batchJobExecutionSummary_applicationId :: Lens' BatchJobExecutionSummary Text
- batchJobExecutionSummary_executionId :: Lens' BatchJobExecutionSummary Text
- batchJobExecutionSummary_startTime :: Lens' BatchJobExecutionSummary UTCTime
- batchJobExecutionSummary_status :: Lens' BatchJobExecutionSummary BatchJobExecutionStatus
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
newBatchJobExecutionSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> BatchJobExecutionStatus | |
| -> BatchJobExecutionSummary |
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_jobName :: Lens' BatchJobExecutionSummary (Maybe Text) Source #
The name of a particular batch job.
batchJobExecutionSummary_jobType :: Lens' BatchJobExecutionSummary (Maybe BatchJobType) Source #
The type of a particular batch job execution.
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.
batchJobExecutionSummary_status :: Lens' BatchJobExecutionSummary BatchJobExecutionStatus Source #
The status of a particular batch job execution.