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

Description

Updates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, the only customization that you can use is a theme.

You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a Amazon QuickSight namespace instead. Customizations that apply to a namespace override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.

Synopsis

Creating a Request

data UpdateAccountCustomization Source #

See: newUpdateAccountCustomization smart constructor.

Constructors

UpdateAccountCustomization' 

Fields

Instances

Instances details
ToJSON UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

ToHeaders UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

ToPath UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

ToQuery UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

AWSRequest UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Generic UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Associated Types

type Rep UpdateAccountCustomization :: Type -> Type #

Read UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Show UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

NFData UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Eq UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Hashable UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

type AWSResponse UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

type Rep UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

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

newUpdateAccountCustomization Source #

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

UpdateAccountCustomization, updateAccountCustomization_namespace - The namespace that you want to update Amazon QuickSight customizations for.

UpdateAccountCustomization, updateAccountCustomization_awsAccountId - The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.

UpdateAccountCustomization, updateAccountCustomization_accountCustomization - The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.

Request Lenses

updateAccountCustomization_namespace :: Lens' UpdateAccountCustomization (Maybe Text) Source #

The namespace that you want to update Amazon QuickSight customizations for.

updateAccountCustomization_awsAccountId :: Lens' UpdateAccountCustomization Text Source #

The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.

updateAccountCustomization_accountCustomization :: Lens' UpdateAccountCustomization AccountCustomization Source #

The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.

Destructuring the Response

data UpdateAccountCustomizationResponse Source #

Constructors

UpdateAccountCustomizationResponse' 

Fields

Instances

Instances details
Generic UpdateAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Associated Types

type Rep UpdateAccountCustomizationResponse :: Type -> Type #

Read UpdateAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Show UpdateAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

NFData UpdateAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Eq UpdateAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

type Rep UpdateAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

type Rep UpdateAccountCustomizationResponse = D1 ('MetaData "UpdateAccountCustomizationResponse" "Amazonka.QuickSight.UpdateAccountCustomization" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "UpdateAccountCustomizationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountCustomization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountCustomization)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "namespace") '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)))))

newUpdateAccountCustomizationResponse Source #

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

UpdateAccountCustomization, updateAccountCustomizationResponse_accountCustomization - The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.

UpdateAccountCustomizationResponse, updateAccountCustomizationResponse_arn - The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.

UpdateAccountCustomization, updateAccountCustomizationResponse_awsAccountId - The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.

UpdateAccountCustomization, updateAccountCustomizationResponse_namespace - The namespace associated with the customization that you're updating.

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

UpdateAccountCustomizationResponse, updateAccountCustomizationResponse_status - The HTTP status of the request.

Response Lenses

updateAccountCustomizationResponse_accountCustomization :: Lens' UpdateAccountCustomizationResponse (Maybe AccountCustomization) Source #

The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.

updateAccountCustomizationResponse_arn :: Lens' UpdateAccountCustomizationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.

updateAccountCustomizationResponse_awsAccountId :: Lens' UpdateAccountCustomizationResponse (Maybe Text) Source #

The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.

updateAccountCustomizationResponse_namespace :: Lens' UpdateAccountCustomizationResponse (Maybe Text) Source #

The namespace associated with the customization that you're updating.