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.IoT.Types.JobExecutionSummary
Description
Synopsis
- data JobExecutionSummary = JobExecutionSummary' {}
- newJobExecutionSummary :: JobExecutionSummary
- jobExecutionSummary_executionNumber :: Lens' JobExecutionSummary (Maybe Integer)
- jobExecutionSummary_lastUpdatedAt :: Lens' JobExecutionSummary (Maybe UTCTime)
- jobExecutionSummary_queuedAt :: Lens' JobExecutionSummary (Maybe UTCTime)
- jobExecutionSummary_retryAttempt :: Lens' JobExecutionSummary (Maybe Int)
- jobExecutionSummary_startedAt :: Lens' JobExecutionSummary (Maybe UTCTime)
- jobExecutionSummary_status :: Lens' JobExecutionSummary (Maybe JobExecutionStatus)
Documentation
data JobExecutionSummary Source #
The job execution summary.
See: newJobExecutionSummary
smart constructor.
Constructors
JobExecutionSummary' | |
Fields
|
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: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: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:retryAttempt:JobExecutionSummary'
, jobExecutionSummary_retryAttempt
- The number that indicates how many retry attempts have been completed
for this job on this device.
$sel:startedAt:JobExecutionSummary'
, jobExecutionSummary_startedAt
- The time, in seconds since the epoch, when the job execution started.
$sel:status:JobExecutionSummary'
, jobExecutionSummary_status
- The status of the job execution.
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_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_retryAttempt :: Lens' JobExecutionSummary (Maybe Int) Source #
The number that indicates how many retry attempts have been completed for this job on this device.
jobExecutionSummary_startedAt :: Lens' JobExecutionSummary (Maybe UTCTime) Source #
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.