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