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.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
Eq RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Read RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Show RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Generic RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Associated Types

type Rep RestoreAnalysis :: Type -> Type #

NFData RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Methods

rnf :: RestoreAnalysis -> () #

Hashable RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

ToJSON RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

AWSRequest RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Associated Types

type AWSResponse 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

type Rep RestoreAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

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

Defined in Amazonka.QuickSight.RestoreAnalysis

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:

$sel:awsAccountId:RestoreAnalysis', restoreAnalysis_awsAccountId - The ID of the Amazon Web Services account that contains the analysis.

$sel:analysisId: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
Eq RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Read RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Show RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Generic RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Associated Types

type Rep RestoreAnalysisResponse :: Type -> Type #

NFData RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

Methods

rnf :: RestoreAnalysisResponse -> () #

type Rep RestoreAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.RestoreAnalysis

type Rep RestoreAnalysisResponse = D1 ('MetaData "RestoreAnalysisResponse" "Amazonka.QuickSight.RestoreAnalysis" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "RestoreAnalysisResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "analysisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") '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:

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

$sel:analysisId:RestoreAnalysis', restoreAnalysisResponse_analysisId - The ID of the analysis that you're restoring.

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

$sel:status:RestoreAnalysisResponse', restoreAnalysisResponse_status - The HTTP status of the request.

Response Lenses

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

The Amazon Web Services request ID for this operation.

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.