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

Description

Provides a summary of the metadata for an analysis.

Synopsis

Creating a Request

data DescribeAnalysis Source #

See: newDescribeAnalysis smart constructor.

Constructors

DescribeAnalysis' 

Fields

  • awsAccountId :: Text

    The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.

  • analysisId :: Text

    The ID of the analysis that you're describing. The ID is part of the URL of the analysis.

Instances

Instances details
Eq DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

Read DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

Show DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

Generic DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

Associated Types

type Rep DescribeAnalysis :: Type -> Type #

NFData DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

Methods

rnf :: DescribeAnalysis -> () #

Hashable DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

AWSRequest DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

Associated Types

type AWSResponse DescribeAnalysis #

ToHeaders DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

ToPath DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

ToQuery DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

type Rep DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

type Rep DescribeAnalysis = D1 ('MetaData "DescribeAnalysis" "Amazonka.QuickSight.DescribeAnalysis" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeAnalysis'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "analysisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

newDescribeAnalysis Source #

Create a value of DescribeAnalysis 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:awsAccountId:DescribeAnalysis', describeAnalysis_awsAccountId - The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.

$sel:analysisId:DescribeAnalysis', describeAnalysis_analysisId - The ID of the analysis that you're describing. The ID is part of the URL of the analysis.

Request Lenses

describeAnalysis_awsAccountId :: Lens' DescribeAnalysis Text Source #

The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.

describeAnalysis_analysisId :: Lens' DescribeAnalysis Text Source #

The ID of the analysis that you're describing. The ID is part of the URL of the analysis.

Destructuring the Response

data DescribeAnalysisResponse Source #

See: newDescribeAnalysisResponse smart constructor.

Constructors

DescribeAnalysisResponse' 

Fields

  • requestId :: Maybe Text

    The Amazon Web Services request ID for this operation.

  • analysis :: Maybe Analysis

    A metadata structure that contains summary information for the analysis that you're describing.

  • status :: Int

    The HTTP status of the request.

Instances

Instances details
Eq DescribeAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

Read DescribeAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

Show DescribeAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

Generic DescribeAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

Associated Types

type Rep DescribeAnalysisResponse :: Type -> Type #

NFData DescribeAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

type Rep DescribeAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeAnalysis

type Rep DescribeAnalysisResponse = D1 ('MetaData "DescribeAnalysisResponse" "Amazonka.QuickSight.DescribeAnalysis" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeAnalysisResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "analysis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Analysis)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeAnalysisResponse Source #

Create a value of DescribeAnalysisResponse 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:requestId:DescribeAnalysisResponse', describeAnalysisResponse_requestId - The Amazon Web Services request ID for this operation.

$sel:analysis:DescribeAnalysisResponse', describeAnalysisResponse_analysis - A metadata structure that contains summary information for the analysis that you're describing.

$sel:status:DescribeAnalysisResponse', describeAnalysisResponse_status - The HTTP status of the request.

Response Lenses

describeAnalysisResponse_requestId :: Lens' DescribeAnalysisResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

describeAnalysisResponse_analysis :: Lens' DescribeAnalysisResponse (Maybe Analysis) Source #

A metadata structure that contains summary information for the analysis that you're describing.