Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data JobExecutionState = JobExecutionState' {}
- newJobExecutionState :: JobExecutionState
- jobExecutionState_status :: Lens' JobExecutionState (Maybe JobExecutionStatus)
- jobExecutionState_statusDetails :: Lens' JobExecutionState (Maybe (HashMap Text Text))
- jobExecutionState_versionNumber :: Lens' JobExecutionState (Maybe Integer)
Documentation
data JobExecutionState Source #
Contains data about the state of a job execution.
See: newJobExecutionState
smart constructor.
JobExecutionState' | |
|
Instances
newJobExecutionState :: JobExecutionState Source #
Create a value of JobExecutionState
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:status:JobExecutionState'
, jobExecutionState_status
- The status of the job execution. Can be one of: "QUEUED",
"IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "REJECTED", or
"REMOVED".
$sel:statusDetails:JobExecutionState'
, jobExecutionState_statusDetails
- A collection of name/value pairs that describe the status of the job
execution.
$sel:versionNumber:JobExecutionState'
, jobExecutionState_versionNumber
- The version of the job execution. Job execution versions are incremented
each time they are updated by a device.
jobExecutionState_status :: Lens' JobExecutionState (Maybe JobExecutionStatus) Source #
The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "REJECTED", or "REMOVED".
jobExecutionState_statusDetails :: Lens' JobExecutionState (Maybe (HashMap Text Text)) Source #
A collection of name/value pairs that describe the status of the job execution.
jobExecutionState_versionNumber :: Lens' JobExecutionState (Maybe Integer) Source #
The version of the job execution. Job execution versions are incremented each time they are updated by a device.