amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.TemplateVersionSummary

Description

 
Synopsis

Documentation

data TemplateVersionSummary Source #

The template version.

See: newTemplateVersionSummary smart constructor.

Constructors

TemplateVersionSummary' 

Fields

Instances

Instances details
FromJSON TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Generic TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Associated Types

type Rep TemplateVersionSummary :: Type -> Type #

Read TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Show TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

NFData TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Methods

rnf :: TemplateVersionSummary -> () #

Eq TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Hashable TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

type Rep TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

type Rep TemplateVersionSummary = D1 ('MetaData "TemplateVersionSummary" "Amazonka.QuickSight.Types.TemplateVersionSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newTemplateVersionSummary :: TemplateVersionSummary Source #

Create a value of TemplateVersionSummary 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:arn:TemplateVersionSummary', templateVersionSummary_arn - The Amazon Resource Name (ARN) of the template version.

$sel:createdTime:TemplateVersionSummary', templateVersionSummary_createdTime - The time that this template version was created.

$sel:description:TemplateVersionSummary', templateVersionSummary_description - The description of the template version.

$sel:status:TemplateVersionSummary', templateVersionSummary_status - The status of the template version.

$sel:versionNumber:TemplateVersionSummary', templateVersionSummary_versionNumber - The version number of the template version.

templateVersionSummary_arn :: Lens' TemplateVersionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template version.

templateVersionSummary_createdTime :: Lens' TemplateVersionSummary (Maybe UTCTime) Source #

The time that this template version was created.