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

Description

Updates an analysis in Amazon QuickSight

Synopsis

Creating a Request

data UpdateAnalysis Source #

See: newUpdateAnalysis smart constructor.

Constructors

UpdateAnalysis' 

Fields

  • themeArn :: Maybe Text

    The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating. To see the theme in the Amazon QuickSight console, make sure that you have access to it.

  • parameters :: Maybe Parameters

    The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.

  • awsAccountId :: Text

    The ID of the Amazon Web Services account that contains the analysis that you're updating.

  • analysisId :: Text

    The ID for the analysis that you're updating. This ID displays in the URL of the analysis.

  • name :: Text

    A descriptive name for the analysis that you're updating. This name displays for the analysis in the Amazon QuickSight console.

  • sourceEntity :: AnalysisSourceEntity

    A source entity to use for the analysis that you're updating. This metadata structure contains details that describe a source template and one or more datasets.

Instances

Instances details
Eq UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

Read UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

Show UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

Generic UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

Associated Types

type Rep UpdateAnalysis :: Type -> Type #

NFData UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

Methods

rnf :: UpdateAnalysis -> () #

Hashable UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

ToJSON UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

AWSRequest UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

Associated Types

type AWSResponse UpdateAnalysis #

ToHeaders UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

ToPath UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

ToQuery UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

type Rep UpdateAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

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

Defined in Amazonka.QuickSight.UpdateAnalysis

newUpdateAnalysis Source #

Create a value of UpdateAnalysis 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:themeArn:UpdateAnalysis', updateAnalysis_themeArn - The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating. To see the theme in the Amazon QuickSight console, make sure that you have access to it.

$sel:parameters:UpdateAnalysis', updateAnalysis_parameters - The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.

$sel:awsAccountId:UpdateAnalysis', updateAnalysis_awsAccountId - The ID of the Amazon Web Services account that contains the analysis that you're updating.

$sel:analysisId:UpdateAnalysis', updateAnalysis_analysisId - The ID for the analysis that you're updating. This ID displays in the URL of the analysis.

$sel:name:UpdateAnalysis', updateAnalysis_name - A descriptive name for the analysis that you're updating. This name displays for the analysis in the Amazon QuickSight console.

$sel:sourceEntity:UpdateAnalysis', updateAnalysis_sourceEntity - A source entity to use for the analysis that you're updating. This metadata structure contains details that describe a source template and one or more datasets.

Request Lenses

updateAnalysis_themeArn :: Lens' UpdateAnalysis (Maybe Text) Source #

The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating. To see the theme in the Amazon QuickSight console, make sure that you have access to it.

updateAnalysis_parameters :: Lens' UpdateAnalysis (Maybe Parameters) Source #

The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.

updateAnalysis_awsAccountId :: Lens' UpdateAnalysis Text Source #

The ID of the Amazon Web Services account that contains the analysis that you're updating.

updateAnalysis_analysisId :: Lens' UpdateAnalysis Text Source #

The ID for the analysis that you're updating. This ID displays in the URL of the analysis.

updateAnalysis_name :: Lens' UpdateAnalysis Text Source #

A descriptive name for the analysis that you're updating. This name displays for the analysis in the Amazon QuickSight console.

updateAnalysis_sourceEntity :: Lens' UpdateAnalysis AnalysisSourceEntity Source #

A source entity to use for the analysis that you're updating. This metadata structure contains details that describe a source template and one or more datasets.

Destructuring the Response

data UpdateAnalysisResponse Source #

See: newUpdateAnalysisResponse smart constructor.

Constructors

UpdateAnalysisResponse' 

Fields

Instances

Instances details
Eq UpdateAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

Read UpdateAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

Show UpdateAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

Generic UpdateAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

Associated Types

type Rep UpdateAnalysisResponse :: Type -> Type #

NFData UpdateAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

Methods

rnf :: UpdateAnalysisResponse -> () #

type Rep UpdateAnalysisResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAnalysis

type Rep UpdateAnalysisResponse = D1 ('MetaData "UpdateAnalysisResponse" "Amazonka.QuickSight.UpdateAnalysis" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "UpdateAnalysisResponse'" '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 "updateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateAnalysisResponse Source #

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

$sel:analysisId:UpdateAnalysis', updateAnalysisResponse_analysisId - The ID of the analysis.

$sel:arn:UpdateAnalysisResponse', updateAnalysisResponse_arn - The ARN of the analysis that you're updating.

$sel:updateStatus:UpdateAnalysisResponse', updateAnalysisResponse_updateStatus - The update status of the last update that was made to the analysis.

$sel:status:UpdateAnalysisResponse', updateAnalysisResponse_status - The HTTP status of the request.

Response Lenses

updateAnalysisResponse_requestId :: Lens' UpdateAnalysisResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.

updateAnalysisResponse_arn :: Lens' UpdateAnalysisResponse (Maybe Text) Source #

The ARN of the analysis that you're updating.

updateAnalysisResponse_updateStatus :: Lens' UpdateAnalysisResponse (Maybe ResourceStatus) Source #

The update status of the last update that was made to the analysis.