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 SystemTemplateSummary = SystemTemplateSummary' {}
- newSystemTemplateSummary :: SystemTemplateSummary
- systemTemplateSummary_arn :: Lens' SystemTemplateSummary (Maybe Text)
- systemTemplateSummary_createdAt :: Lens' SystemTemplateSummary (Maybe UTCTime)
- systemTemplateSummary_revisionNumber :: Lens' SystemTemplateSummary (Maybe Integer)
- systemTemplateSummary_id :: Lens' SystemTemplateSummary (Maybe Text)
Documentation
data SystemTemplateSummary Source #
An object that contains information about a system.
See: newSystemTemplateSummary
smart constructor.
Instances
newSystemTemplateSummary :: SystemTemplateSummary Source #
Create a value of SystemTemplateSummary
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:arn:SystemTemplateSummary'
, systemTemplateSummary_arn
- The ARN of the system.
$sel:createdAt:SystemTemplateSummary'
, systemTemplateSummary_createdAt
- The date when the system was created.
$sel:revisionNumber:SystemTemplateSummary'
, systemTemplateSummary_revisionNumber
- The revision number of the system.
$sel:id:SystemTemplateSummary'
, systemTemplateSummary_id
- The ID of the system.
systemTemplateSummary_arn :: Lens' SystemTemplateSummary (Maybe Text) Source #
The ARN of the system.
systemTemplateSummary_createdAt :: Lens' SystemTemplateSummary (Maybe UTCTime) Source #
The date when the system was created.
systemTemplateSummary_revisionNumber :: Lens' SystemTemplateSummary (Maybe Integer) Source #
The revision number of the system.
systemTemplateSummary_id :: Lens' SystemTemplateSummary (Maybe Text) Source #
The ID of the system.