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 |
Documentation
data TemplateAlias Source #
The template alias.
See: newTemplateAlias
smart constructor.
Instances
newTemplateAlias :: TemplateAlias Source #
Create a value of TemplateAlias
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:TemplateAlias'
, templateAlias_arn
- The Amazon Resource Name (ARN) of the template alias.
$sel:aliasName:TemplateAlias'
, templateAlias_aliasName
- The display name of the template alias.
$sel:templateVersionNumber:TemplateAlias'
, templateAlias_templateVersionNumber
- The version number of the template alias.
templateAlias_arn :: Lens' TemplateAlias (Maybe Text) Source #
The Amazon Resource Name (ARN) of the template alias.
templateAlias_aliasName :: Lens' TemplateAlias (Maybe Text) Source #
The display name of the template alias.
templateAlias_templateVersionNumber :: Lens' TemplateAlias (Maybe Natural) Source #
The version number of the template alias.