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

Description

 
Synopsis

Documentation

data TemplateVersionSummary Source #

The template version.

See: newTemplateVersionSummary smart constructor.

Constructors

TemplateVersionSummary' 

Fields

Instances

Instances details
Eq TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Read TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Show 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 #

NFData TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Methods

rnf :: TemplateVersionSummary -> () #

Hashable TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "TemplateVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:status:TemplateVersionSummary', templateVersionSummary_status - The status of the template version.

$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:versionNumber:TemplateVersionSummary', templateVersionSummary_versionNumber - The version number of the template version.

$sel:description:TemplateVersionSummary', templateVersionSummary_description - The description 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.