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

Description

 
Synopsis

Documentation

data TemplateSourceAnalysis Source #

The source analysis of the template.

See: newTemplateSourceAnalysis smart constructor.

Constructors

TemplateSourceAnalysis' 

Fields

Instances

Instances details
Eq TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Read TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

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

NFData TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Methods

rnf :: TemplateSourceAnalysis -> () #

Hashable TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.