| 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.RobOMaker.Types.TemplateSummary
Description
Synopsis
- data TemplateSummary = TemplateSummary' {}
- newTemplateSummary :: TemplateSummary
- templateSummary_arn :: Lens' TemplateSummary (Maybe Text)
- templateSummary_createdAt :: Lens' TemplateSummary (Maybe UTCTime)
- templateSummary_lastUpdatedAt :: 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.
Constructors
| TemplateSummary' | |
Fields
| |
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: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:lastUpdatedAt:TemplateSummary', templateSummary_lastUpdatedAt - The time, in milliseconds since the epoch, when the template was last
updated.
$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_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_lastUpdatedAt :: Lens' TemplateSummary (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the template was last updated.
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.