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 TemplateVersionSummary = TemplateVersionSummary' {}
- newTemplateVersionSummary :: TemplateVersionSummary
- templateVersionSummary_status :: Lens' TemplateVersionSummary (Maybe ResourceStatus)
- templateVersionSummary_arn :: Lens' TemplateVersionSummary (Maybe Text)
- templateVersionSummary_createdTime :: Lens' TemplateVersionSummary (Maybe UTCTime)
- templateVersionSummary_versionNumber :: Lens' TemplateVersionSummary (Maybe Natural)
- templateVersionSummary_description :: Lens' TemplateVersionSummary (Maybe Text)
Documentation
data TemplateVersionSummary Source #
The template version.
See: newTemplateVersionSummary
smart constructor.
TemplateVersionSummary' | |
|
Instances
newTemplateVersionSummary :: TemplateVersionSummary Source #
Create a value of TemplateVersionSummary
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:TemplateVersionSummary'
, templateVersionSummary_status
- The status of the template version.
$sel:arn:TemplateVersionSummary'
, templateVersionSummary_arn
- The Amazon Resource Name (ARN) of the template version.
$sel:createdTime:TemplateVersionSummary'
, templateVersionSummary_createdTime
- The time that this template version was created.
$sel:versionNumber:TemplateVersionSummary'
, templateVersionSummary_versionNumber
- The version number of the template version.
$sel:description:TemplateVersionSummary'
, templateVersionSummary_description
- The description of the template version.
templateVersionSummary_status :: Lens' TemplateVersionSummary (Maybe ResourceStatus) Source #
The status of the template version.
templateVersionSummary_arn :: Lens' TemplateVersionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the template version.
templateVersionSummary_createdTime :: Lens' TemplateVersionSummary (Maybe UTCTime) Source #
The time that this template version was created.
templateVersionSummary_versionNumber :: Lens' TemplateVersionSummary (Maybe Natural) Source #
The version number of the template version.
templateVersionSummary_description :: Lens' TemplateVersionSummary (Maybe Text) Source #
The description of the template version.