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