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_jobId :: Lens' JobExecutionSummary (Maybe Text)
- jobExecutionSummary_lastUpdatedAt :: Lens' JobExecutionSummary (Maybe Integer)
- jobExecutionSummary_queuedAt :: Lens' JobExecutionSummary (Maybe Integer)
- jobExecutionSummary_executionNumber :: Lens' JobExecutionSummary (Maybe Integer)
- jobExecutionSummary_versionNumber :: Lens' JobExecutionSummary (Maybe Integer)
- jobExecutionSummary_startedAt :: Lens' JobExecutionSummary (Maybe Integer)
Documentation
data JobExecutionSummary Source #
Contains a subset of information about a job execution.
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:jobId:JobExecutionSummary'
, jobExecutionSummary_jobId
- The unique identifier you assigned to this job when it was created.
$sel:lastUpdatedAt:JobExecutionSummary'
, jobExecutionSummary_lastUpdatedAt
- The time, in milliseconds since the epoch, when the job execution was
last updated.
$sel:queuedAt:JobExecutionSummary'
, jobExecutionSummary_queuedAt
- The time, in milliseconds since the epoch, when the job execution was
enqueued.
$sel:executionNumber:JobExecutionSummary'
, jobExecutionSummary_executionNumber
- A number that identifies a particular job execution on a particular
device.
$sel:versionNumber:JobExecutionSummary'
, jobExecutionSummary_versionNumber
- The version of the job execution. Job execution versions are incremented
each time AWS IoT Jobs receives an update from a device.
$sel:startedAt:JobExecutionSummary'
, jobExecutionSummary_startedAt
- The time, in milliseconds since the epoch, when the job execution
started.
jobExecutionSummary_jobId :: Lens' JobExecutionSummary (Maybe Text) Source #
The unique identifier you assigned to this job when it was created.
jobExecutionSummary_lastUpdatedAt :: Lens' JobExecutionSummary (Maybe Integer) Source #
The time, in milliseconds since the epoch, when the job execution was last updated.
jobExecutionSummary_queuedAt :: Lens' JobExecutionSummary (Maybe Integer) Source #
The time, in milliseconds since the epoch, when the job execution was enqueued.
jobExecutionSummary_executionNumber :: Lens' JobExecutionSummary (Maybe Integer) Source #
A number that identifies a particular job execution on a particular device.
jobExecutionSummary_versionNumber :: Lens' JobExecutionSummary (Maybe Integer) Source #
The version of the job execution. Job execution versions are incremented each time AWS IoT Jobs receives an update from a device.
jobExecutionSummary_startedAt :: Lens' JobExecutionSummary (Maybe Integer) Source #
The time, in milliseconds since the epoch, when the job execution started.