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

Description

 
Synopsis

Documentation

data Analysis Source #

Metadata structure for an analysis in Amazon QuickSight

See: newAnalysis smart constructor.

Constructors

Analysis' 

Fields

Instances

Instances details
Eq Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Read Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Show Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Generic Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Associated Types

type Rep Analysis :: Type -> Type #

Methods

from :: Analysis -> Rep Analysis x #

to :: Rep Analysis x -> Analysis #

NFData Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Methods

rnf :: Analysis -> () #

Hashable Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Methods

hashWithSalt :: Int -> Analysis -> Int #

hash :: Analysis -> Int #

FromJSON Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

type Rep Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

newAnalysis :: Analysis Source #

Create a value of Analysis 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:Analysis', analysis_status - Status associated with the analysis.

$sel:themeArn:Analysis', analysis_themeArn - The ARN of the theme of the analysis.

$sel:dataSetArns:Analysis', analysis_dataSetArns - The ARNs of the datasets of the analysis.

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

$sel:analysisId:Analysis', analysis_analysisId - The ID of the analysis.

$sel:lastUpdatedTime:Analysis', analysis_lastUpdatedTime - The time that the analysis was last updated.

$sel:arn:Analysis', analysis_arn - The Amazon Resource Name (ARN) of the analysis.

$sel:createdTime:Analysis', analysis_createdTime - The time that the analysis was created.

$sel:name:Analysis', analysis_name - The descriptive name of the analysis.

$sel:errors:Analysis', analysis_errors - Errors associated with the analysis.

analysis_status :: Lens' Analysis (Maybe ResourceStatus) Source #

Status associated with the analysis.

analysis_themeArn :: Lens' Analysis (Maybe Text) Source #

The ARN of the theme of the analysis.

analysis_dataSetArns :: Lens' Analysis (Maybe [Text]) Source #

The ARNs of the datasets of the analysis.

analysis_sheets :: Lens' Analysis (Maybe [Sheet]) Source #

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

analysis_analysisId :: Lens' Analysis (Maybe Text) Source #

The ID of the analysis.

analysis_lastUpdatedTime :: Lens' Analysis (Maybe UTCTime) Source #

The time that the analysis was last updated.

analysis_arn :: Lens' Analysis (Maybe Text) Source #

The Amazon Resource Name (ARN) of the analysis.

analysis_createdTime :: Lens' Analysis (Maybe UTCTime) Source #

The time that the analysis was created.

analysis_name :: Lens' Analysis (Maybe Text) Source #

The descriptive name of the analysis.

analysis_errors :: Lens' Analysis (Maybe (NonEmpty AnalysisError)) Source #

Errors associated with the analysis.