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 JobExecutionSummary = JobExecutionSummary' {}
- newJobExecutionSummary :: JobExecutionSummary
- jobExecutionSummary_status :: Lens' JobExecutionSummary (Maybe JobExecutionStatus)
- jobExecutionSummary_lastUpdatedAt :: Lens' JobExecutionSummary (Maybe UTCTime)
- jobExecutionSummary_queuedAt :: Lens' JobExecutionSummary (Maybe UTCTime)
- jobExecutionSummary_executionNumber :: Lens' JobExecutionSummary (Maybe Integer)
- jobExecutionSummary_startedAt :: Lens' JobExecutionSummary (Maybe UTCTime)
Documentation
data JobExecutionSummary Source #
The job execution summary.
See: newJobExecutionSummary
smart constructor.
JobExecutionSummary' | |
|
Instances
newJobExecutionSummary :: JobExecutionSummary Source #
Create a value of JobExecutionSummary
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:JobExecutionSummary'
, jobExecutionSummary_status
- The status of the job execution.
$sel:lastUpdatedAt:JobExecutionSummary'
, jobExecutionSummary_lastUpdatedAt
- The time, in seconds since the epoch, when the job execution was last
updated.
$sel:queuedAt:JobExecutionSummary'
, jobExecutionSummary_queuedAt
- The time, in seconds since the epoch, when the job execution was queued.
$sel:executionNumber:JobExecutionSummary'
, jobExecutionSummary_executionNumber
- A string (consisting of the digits "0" through "9") which identifies
this particular job execution on this particular device. It can be used
later in commands which return or update job execution information.
$sel:startedAt:JobExecutionSummary'
, jobExecutionSummary_startedAt
- The time, in seconds since the epoch, when the job execution started.
jobExecutionSummary_status :: Lens' JobExecutionSummary (Maybe JobExecutionStatus) Source #
The status of the job execution.
jobExecutionSummary_lastUpdatedAt :: Lens' JobExecutionSummary (Maybe UTCTime) Source #
The time, in seconds since the epoch, when the job execution was last updated.
jobExecutionSummary_queuedAt :: Lens' JobExecutionSummary (Maybe UTCTime) Source #
The time, in seconds since the epoch, when the job execution was queued.
jobExecutionSummary_executionNumber :: Lens' JobExecutionSummary (Maybe Integer) Source #
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.
jobExecutionSummary_startedAt :: Lens' JobExecutionSummary (Maybe UTCTime) Source #
The time, in seconds since the epoch, when the job execution started.