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

Description

 
Synopsis

Documentation

data TemplateSourceAnalysis Source #

The source analysis of the template.

See: newTemplateSourceAnalysis smart constructor.

Constructors

TemplateSourceAnalysis' 

Fields

Instances

Instances details
ToJSON TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Generic TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Associated Types

type Rep TemplateSourceAnalysis :: Type -> Type #

Read TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Show TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

NFData TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Methods

rnf :: TemplateSourceAnalysis -> () #

Eq TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Hashable TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

type Rep TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

type Rep TemplateSourceAnalysis = D1 ('MetaData "TemplateSourceAnalysis" "Amazonka.QuickSight.Types.TemplateSourceAnalysis" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateSourceAnalysis'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataSetReferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DataSetReference))))

newTemplateSourceAnalysis Source #

Create a value of TemplateSourceAnalysis 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:TemplateSourceAnalysis', templateSourceAnalysis_arn - The Amazon Resource Name (ARN) of the resource.

$sel:dataSetReferences:TemplateSourceAnalysis', templateSourceAnalysis_dataSetReferences - A structure containing information about the dataset references used as placeholders in the template.

templateSourceAnalysis_arn :: Lens' TemplateSourceAnalysis Text Source #

The Amazon Resource Name (ARN) of the resource.

templateSourceAnalysis_dataSetReferences :: Lens' TemplateSourceAnalysis (NonEmpty DataSetReference) Source #

A structure containing information about the dataset references used as placeholders in the template.