libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.Types.ThemeVersion

Description

 
Synopsis

Documentation

data ThemeVersion Source #

A version of a theme.

See: newThemeVersion smart constructor.

Constructors

ThemeVersion' 

Fields

Instances

Instances details
Eq ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Read ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Show ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Generic ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Associated Types

type Rep ThemeVersion :: Type -> Type #

NFData ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Methods

rnf :: ThemeVersion -> () #

Hashable ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

FromJSON ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

type Rep ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

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.