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 TemplateSummary = TemplateSummary' {}
- newTemplateSummary :: TemplateSummary
- templateSummary_lastUpdatedAt :: Lens' TemplateSummary (Maybe UTCTime)
- templateSummary_arn :: Lens' TemplateSummary (Maybe Text)
- templateSummary_createdAt :: Lens' TemplateSummary (Maybe UTCTime)
- templateSummary_name :: Lens' TemplateSummary (Maybe Text)
- templateSummary_version :: Lens' TemplateSummary (Maybe Text)
Documentation
data TemplateSummary Source #
Summary information for a template.
See: newTemplateSummary
smart constructor.
TemplateSummary' | |
|
Instances
newTemplateSummary :: TemplateSummary Source #
Create a value of TemplateSummary
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:lastUpdatedAt:TemplateSummary'
, templateSummary_lastUpdatedAt
- The time, in milliseconds since the epoch, when the template was last
updated.
$sel:arn:TemplateSummary'
, templateSummary_arn
- The Amazon Resource Name (ARN) of the template.
$sel:createdAt:TemplateSummary'
, templateSummary_createdAt
- The time, in milliseconds since the epoch, when the template was
created.
$sel:name:TemplateSummary'
, templateSummary_name
- The name of the template.
$sel:version:TemplateSummary'
, templateSummary_version
- The version of the template that you're using.
templateSummary_lastUpdatedAt :: Lens' TemplateSummary (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the template was last updated.
templateSummary_arn :: Lens' TemplateSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the template.
templateSummary_createdAt :: Lens' TemplateSummary (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the template was created.
templateSummary_name :: Lens' TemplateSummary (Maybe Text) Source #
The name of the template.
templateSummary_version :: Lens' TemplateSummary (Maybe Text) Source #
The version of the template that you're using.