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.Theme

Description

 
Synopsis

Documentation

data Theme Source #

Summary information about a theme.

See: newTheme smart constructor.

Constructors

Theme' 

Fields

Instances

Instances details
Eq Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Methods

(==) :: Theme -> Theme -> Bool #

(/=) :: Theme -> Theme -> Bool #

Read Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Show Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Methods

showsPrec :: Int -> Theme -> ShowS #

show :: Theme -> String #

showList :: [Theme] -> ShowS #

Generic Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Associated Types

type Rep Theme :: Type -> Type #

Methods

from :: Theme -> Rep Theme x #

to :: Rep Theme x -> Theme #

NFData Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Methods

rnf :: Theme -> () #

Hashable Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Methods

hashWithSalt :: Int -> Theme -> Int #

hash :: Theme -> Int #

FromJSON Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

type Rep Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

newTheme :: Theme Source #

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_themeId :: Lens' Theme (Maybe Text) Source #

The identifier that the user gives to the theme.

theme_lastUpdatedTime :: Lens' Theme (Maybe UTCTime) Source #

The date and time that the theme was last updated.

theme_arn :: Lens' Theme (Maybe Text) Source #

The Amazon Resource Name (ARN) of the theme.

theme_createdTime :: Lens' Theme (Maybe UTCTime) Source #

The date and time that the theme was created.

theme_name :: Lens' Theme (Maybe Text) Source #

The name that the user gives to the theme.

theme_type :: Lens' Theme (Maybe ThemeType) Source #

The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.