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

Description

Restores an analysis.

Synopsis

Creating a Request

data RestoreAnalysis Source #

See: newRestoreAnalysis smart constructor.

Constructors

RestoreAnalysis' 

Fields

  • awsAccountId :: Text

    The ID of the Amazon Web Services account that contains the analysis.

  • analysisId :: Text

    The ID of the analysis that you're restoring.

Instances

Instances details
ToJSON RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

ToHeaders RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

ToPath RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

ToQuery RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

AWSRequest RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Associated Types

type AWSResponse RestoreAnalysis #

Generic RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Associated Types

type Rep RestoreAnalysis :: Type -> Type #

Read RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Show RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

NFData RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Methods

rnf :: RestoreAnalysis -> () #

Eq RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Hashable RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

type AWSResponse RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

type Rep RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

type Rep RestoreAnalysis = D1 ('MetaData "RestoreAnalysis" "Amazonka.QuickSight.RestoreAnalysis" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RestoreAnalysis'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "analysisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRestoreAnalysis Source #

Create a value of RestoreAnalysis 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:

RestoreAnalysis, restoreAnalysis_awsAccountId - The ID of the Amazon Web Services account that contains the analysis.

RestoreAnalysis, restoreAnalysis_analysisId - The ID of the analysis that you're restoring.

Request Lenses

restoreAnalysis_awsAccountId :: Lens' RestoreAnalysis Text Source #

The ID of the Amazon Web Services account that contains the analysis.

restoreAnalysis_analysisId :: Lens' RestoreAnalysis Text Source #

The ID of the analysis that you're restoring.

Destructuring the Response

data RestoreAnalysisResponse Source #

See: newRestoreAnalysisResponse smart constructor.

Constructors

RestoreAnalysisResponse' 

Fields

Instances

Instances details
Generic RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Associated Types

type Rep RestoreAnalysisResponse :: Type -> Type #

Read RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Show RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

NFData RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Methods

rnf :: RestoreAnalysisResponse -> () #

Eq RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

type Rep RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

type Rep RestoreAnalysisResponse = D1 ('MetaData "RestoreAnalysisResponse" "Amazonka.QuickSight.RestoreAnalysis" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RestoreAnalysisResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "analysisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRestoreAnalysisResponse Source #

Create a value of RestoreAnalysisResponse 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:

RestoreAnalysis, restoreAnalysisResponse_analysisId - The ID of the analysis that you're restoring.

RestoreAnalysisResponse, restoreAnalysisResponse_arn - The Amazon Resource Name (ARN) of the analysis that you're restoring.

$sel:requestId:RestoreAnalysisResponse', restoreAnalysisResponse_requestId - The Amazon Web Services request ID for this operation.

RestoreAnalysisResponse, restoreAnalysisResponse_status - The HTTP status of the request.

Response Lenses

restoreAnalysisResponse_analysisId :: Lens' RestoreAnalysisResponse (Maybe Text) Source #

The ID of the analysis that you're restoring.

restoreAnalysisResponse_arn :: Lens' RestoreAnalysisResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the analysis that you're restoring.

restoreAnalysisResponse_requestId :: Lens' RestoreAnalysisResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.