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 ThemeVersion = ThemeVersion' {}
- newThemeVersion :: ThemeVersion
- themeVersion_status :: Lens' ThemeVersion (Maybe ResourceStatus)
- themeVersion_arn :: Lens' ThemeVersion (Maybe Text)
- themeVersion_createdTime :: Lens' ThemeVersion (Maybe UTCTime)
- themeVersion_versionNumber :: Lens' ThemeVersion (Maybe Natural)
- themeVersion_configuration :: Lens' ThemeVersion (Maybe ThemeConfiguration)
- themeVersion_errors :: Lens' ThemeVersion (Maybe (NonEmpty ThemeError))
- themeVersion_description :: Lens' ThemeVersion (Maybe Text)
- themeVersion_baseThemeId :: Lens' ThemeVersion (Maybe Text)
Documentation
data ThemeVersion Source #
A version of a theme.
See: newThemeVersion
smart constructor.
ThemeVersion' | |
|
Instances
newThemeVersion :: ThemeVersion Source #
Create a value of ThemeVersion
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:status:ThemeVersion'
, themeVersion_status
- The status of the theme version.
$sel:arn:ThemeVersion'
, themeVersion_arn
- The Amazon Resource Name (ARN) of the resource.
$sel:createdTime:ThemeVersion'
, themeVersion_createdTime
- The date and time that this theme version was created.
$sel:versionNumber:ThemeVersion'
, themeVersion_versionNumber
- The version number of the theme.
$sel:configuration:ThemeVersion'
, themeVersion_configuration
- The theme configuration, which contains all the theme display
properties.
$sel:errors:ThemeVersion'
, themeVersion_errors
- Errors associated with the theme.
$sel:description:ThemeVersion'
, themeVersion_description
- The description of the theme.
$sel:baseThemeId:ThemeVersion'
, themeVersion_baseThemeId
- The Amazon QuickSight-defined ID of the theme that a custom theme
inherits from. All themes initially inherit from a default Amazon
QuickSight theme.
themeVersion_status :: Lens' ThemeVersion (Maybe ResourceStatus) Source #
The status of the theme version.
themeVersion_arn :: Lens' ThemeVersion (Maybe Text) Source #
The Amazon Resource Name (ARN) of the resource.
themeVersion_createdTime :: Lens' ThemeVersion (Maybe UTCTime) Source #
The date and time that this theme version was created.
themeVersion_versionNumber :: Lens' ThemeVersion (Maybe Natural) Source #
The version number of the theme.
themeVersion_configuration :: Lens' ThemeVersion (Maybe ThemeConfiguration) Source #
The theme configuration, which contains all the theme display properties.
themeVersion_errors :: Lens' ThemeVersion (Maybe (NonEmpty ThemeError)) Source #
Errors associated with the theme.
themeVersion_description :: Lens' ThemeVersion (Maybe Text) Source #
The description of the theme.
themeVersion_baseThemeId :: Lens' ThemeVersion (Maybe Text) Source #
The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.