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

Description

 
Synopsis

Documentation

data ThemeSummary Source #

The theme summary.

See: newThemeSummary smart constructor.

Constructors

ThemeSummary' 

Fields

Instances

Instances details
Eq ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Read ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Show ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Generic ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Associated Types

type Rep ThemeSummary :: Type -> Type #

NFData ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Methods

rnf :: ThemeSummary -> () #

Hashable ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

FromJSON ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

type Rep ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

type Rep ThemeSummary = D1 ('MetaData "ThemeSummary" "Amazonka.QuickSight.Types.ThemeSummary" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ThemeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "themeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "latestVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newThemeSummary :: ThemeSummary Source #

Create a value of ThemeSummary 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:ThemeSummary', themeSummary_themeId - The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

$sel:lastUpdatedTime:ThemeSummary', themeSummary_lastUpdatedTime - The last date and time that this theme was updated.

$sel:latestVersionNumber:ThemeSummary', themeSummary_latestVersionNumber - The latest version number for the theme.

$sel:arn:ThemeSummary', themeSummary_arn - The Amazon Resource Name (ARN) of the resource.

$sel:createdTime:ThemeSummary', themeSummary_createdTime - The date and time that this theme was created.

$sel:name:ThemeSummary', themeSummary_name - the display name for the theme.

themeSummary_themeId :: Lens' ThemeSummary (Maybe Text) Source #

The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

themeSummary_lastUpdatedTime :: Lens' ThemeSummary (Maybe UTCTime) Source #

The last date and time that this theme was updated.

themeSummary_latestVersionNumber :: Lens' ThemeSummary (Maybe Natural) Source #

The latest version number for the theme.

themeSummary_arn :: Lens' ThemeSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

themeSummary_createdTime :: Lens' ThemeSummary (Maybe UTCTime) Source #

The date and time that this theme was created.

themeSummary_name :: Lens' ThemeSummary (Maybe Text) Source #

the display name for the theme.