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

Description

 
Synopsis

Documentation

data TemplateSummary Source #

The template summary.

See: newTemplateSummary smart constructor.

Constructors

TemplateSummary' 

Fields

Instances

Instances details
FromJSON TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Generic TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Associated Types

type Rep TemplateSummary :: Type -> Type #

Read TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Show TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

NFData TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Methods

rnf :: TemplateSummary -> () #

Eq TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Hashable TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

type Rep TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

type Rep TemplateSummary = D1 ('MetaData "TemplateSummary" "Amazonka.QuickSight.Types.TemplateSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateSummary'" '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 "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "latestVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTemplateSummary :: TemplateSummary Source #

Create a value of TemplateSummary 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:TemplateSummary', templateSummary_arn - A summary of a template.

$sel:createdTime:TemplateSummary', templateSummary_createdTime - The last time that this template was created.

$sel:lastUpdatedTime:TemplateSummary', templateSummary_lastUpdatedTime - The last time that this template was updated.

$sel:latestVersionNumber:TemplateSummary', templateSummary_latestVersionNumber - A structure containing a list of version numbers for the template summary.

$sel:name:TemplateSummary', templateSummary_name - A display name for the template.

$sel:templateId:TemplateSummary', templateSummary_templateId - The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

templateSummary_createdTime :: Lens' TemplateSummary (Maybe UTCTime) Source #

The last time that this template was created.

templateSummary_lastUpdatedTime :: Lens' TemplateSummary (Maybe UTCTime) Source #

The last time that this template was updated.

templateSummary_latestVersionNumber :: Lens' TemplateSummary (Maybe Natural) Source #

A structure containing a list of version numbers for the template summary.

templateSummary_name :: Lens' TemplateSummary (Maybe Text) Source #

A display name for the template.

templateSummary_templateId :: Lens' TemplateSummary (Maybe Text) Source #

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