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
Documentation
data ThemeAlias Source #
An alias for a theme.
See: newThemeAlias
smart constructor.
Instances
newThemeAlias :: ThemeAlias Source #
Create a value of ThemeAlias
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:ThemeAlias'
, themeAlias_arn
- The Amazon Resource Name (ARN) of the theme alias.
$sel:themeVersionNumber:ThemeAlias'
, themeAlias_themeVersionNumber
- The version number of the theme alias.
$sel:aliasName:ThemeAlias'
, themeAlias_aliasName
- The display name of the theme alias.
themeAlias_arn :: Lens' ThemeAlias (Maybe Text) Source #
The Amazon Resource Name (ARN) of the theme alias.
themeAlias_themeVersionNumber :: Lens' ThemeAlias (Maybe Natural) Source #
The version number of the theme alias.
themeAlias_aliasName :: Lens' ThemeAlias (Maybe Text) Source #
The display name of the theme alias.