| 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.JobTemplateSummary
Description
Synopsis
- data JobTemplateSummary = JobTemplateSummary' {}
- newJobTemplateSummary :: JobTemplateSummary
- jobTemplateSummary_createdAt :: Lens' JobTemplateSummary (Maybe UTCTime)
- jobTemplateSummary_description :: Lens' JobTemplateSummary (Maybe Text)
- jobTemplateSummary_jobTemplateArn :: Lens' JobTemplateSummary (Maybe Text)
- jobTemplateSummary_jobTemplateId :: Lens' JobTemplateSummary (Maybe Text)
Documentation
data JobTemplateSummary Source #
An object that contains information about the job template.
See: newJobTemplateSummary smart constructor.
Constructors
| JobTemplateSummary' | |
Fields
| |
Instances
newJobTemplateSummary :: JobTemplateSummary Source #
Create a value of JobTemplateSummary 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:createdAt:JobTemplateSummary', jobTemplateSummary_createdAt - The time, in seconds since the epoch, when the job template was created.
$sel:description:JobTemplateSummary', jobTemplateSummary_description - A description of the job template.
$sel:jobTemplateArn:JobTemplateSummary', jobTemplateSummary_jobTemplateArn - The ARN of the job template.
$sel:jobTemplateId:JobTemplateSummary', jobTemplateSummary_jobTemplateId - The unique identifier of the job template.
jobTemplateSummary_createdAt :: Lens' JobTemplateSummary (Maybe UTCTime) Source #
The time, in seconds since the epoch, when the job template was created.
jobTemplateSummary_description :: Lens' JobTemplateSummary (Maybe Text) Source #
A description of the job template.
jobTemplateSummary_jobTemplateArn :: Lens' JobTemplateSummary (Maybe Text) Source #
The ARN of the job template.
jobTemplateSummary_jobTemplateId :: Lens' JobTemplateSummary (Maybe Text) Source #
The unique identifier of the job template.