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

Description

 
Synopsis

Documentation

data TemplateVersion Source #

A version of a template.

See: newTemplateVersion smart constructor.

Constructors

TemplateVersion' 

Fields

Instances

Instances details
FromJSON TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Generic TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Associated Types

type Rep TemplateVersion :: Type -> Type #

Read TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Show TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

NFData TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Methods

rnf :: TemplateVersion -> () #

Eq TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Hashable TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

type Rep TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

newTemplateVersion :: TemplateVersion Source #

Create a value of TemplateVersion 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:createdTime:TemplateVersion', templateVersion_createdTime - The time that this template version was created.

$sel:dataSetConfigurations:TemplateVersion', templateVersion_dataSetConfigurations - Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

$sel:description:TemplateVersion', templateVersion_description - The description of the template.

$sel:errors:TemplateVersion', templateVersion_errors - Errors associated with this template version.

$sel:sheets:TemplateVersion', templateVersion_sheets - A list of the associated sheets with the unique identifier and name of each sheet.

$sel:sourceEntityArn:TemplateVersion', templateVersion_sourceEntityArn - The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

$sel:status:TemplateVersion', templateVersion_status - The HTTP status of the request.

$sel:themeArn:TemplateVersion', templateVersion_themeArn - The ARN of the theme associated with this version of the template.

$sel:versionNumber:TemplateVersion', templateVersion_versionNumber - The version number of the template version.

templateVersion_createdTime :: Lens' TemplateVersion (Maybe UTCTime) Source #

The time that this template version was created.

templateVersion_dataSetConfigurations :: Lens' TemplateVersion (Maybe [DataSetConfiguration]) Source #

Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

templateVersion_description :: Lens' TemplateVersion (Maybe Text) Source #

The description of the template.

templateVersion_errors :: Lens' TemplateVersion (Maybe (NonEmpty TemplateError)) Source #

Errors associated with this template version.

templateVersion_sheets :: Lens' TemplateVersion (Maybe [Sheet]) Source #

A list of the associated sheets with the unique identifier and name of each sheet.

templateVersion_sourceEntityArn :: Lens' TemplateVersion (Maybe Text) Source #

The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

templateVersion_themeArn :: Lens' TemplateVersion (Maybe Text) Source #

The ARN of the theme associated with this version of the template.

templateVersion_versionNumber :: Lens' TemplateVersion (Maybe Natural) Source #

The version number of the template version.