| 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.Theme
Description
Synopsis
- data Theme = Theme' {}
- newTheme :: Theme
- theme_arn :: Lens' Theme (Maybe Text)
- theme_createdTime :: Lens' Theme (Maybe UTCTime)
- theme_lastUpdatedTime :: Lens' Theme (Maybe UTCTime)
- theme_name :: Lens' Theme (Maybe Text)
- theme_themeId :: Lens' Theme (Maybe Text)
- theme_type :: Lens' Theme (Maybe ThemeType)
- theme_version :: Lens' Theme (Maybe ThemeVersion)
Documentation
Summary information about a theme.
See: newTheme smart constructor.
Constructors
| Theme' | |
Fields
| |
Instances
Create a value of Theme 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:
Theme, theme_arn - The Amazon Resource Name (ARN) of the theme.
Theme, theme_createdTime - The date and time that the theme was created.
$sel:lastUpdatedTime:Theme', theme_lastUpdatedTime - The date and time that the theme was last updated.
$sel:name:Theme', theme_name - The name that the user gives to the theme.
$sel:themeId:Theme', theme_themeId - The identifier that the user gives to the theme.
$sel:type':Theme', theme_type - The type of theme, based on how it was created. Valid values include:
QUICKSIGHT and CUSTOM.
$sel:version:Theme', theme_version - Undocumented member.
theme_createdTime :: Lens' Theme (Maybe UTCTime) Source #
The date and time that the theme was created.
theme_lastUpdatedTime :: Lens' Theme (Maybe UTCTime) Source #
The date and time that the theme was last updated.
theme_type :: Lens' Theme (Maybe ThemeType) Source #
The type of theme, based on how it was created. Valid values include:
QUICKSIGHT and CUSTOM.
theme_version :: Lens' Theme (Maybe ThemeVersion) Source #
Undocumented member.