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 JobExecutionSummaryForThing = JobExecutionSummaryForThing' {}
- newJobExecutionSummaryForThing :: JobExecutionSummaryForThing
- jobExecutionSummaryForThing_jobId :: Lens' JobExecutionSummaryForThing (Maybe Text)
- jobExecutionSummaryForThing_jobExecutionSummary :: Lens' JobExecutionSummaryForThing (Maybe JobExecutionSummary)
Documentation
data JobExecutionSummaryForThing Source #
The job execution summary for a thing.
See: newJobExecutionSummaryForThing
smart constructor.
JobExecutionSummaryForThing' | |
|
Instances
newJobExecutionSummaryForThing :: JobExecutionSummaryForThing Source #
Create a value of JobExecutionSummaryForThing
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:JobExecutionSummaryForThing'
, jobExecutionSummaryForThing_jobId
- The unique identifier you assigned to this job when it was created.
$sel:jobExecutionSummary:JobExecutionSummaryForThing'
, jobExecutionSummaryForThing_jobExecutionSummary
- Contains a subset of information about a job execution.
jobExecutionSummaryForThing_jobId :: Lens' JobExecutionSummaryForThing (Maybe Text) Source #
The unique identifier you assigned to this job when it was created.
jobExecutionSummaryForThing_jobExecutionSummary :: Lens' JobExecutionSummaryForThing (Maybe JobExecutionSummary) Source #
Contains a subset of information about a job execution.