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

Description

Updates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, the only customization 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
Eq UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Read UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Show 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 #

NFData UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Hashable UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

ToJSON UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

AWSRequest 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

type Rep UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

type Rep UpdateAccountCustomization = D1 ('MetaData "UpdateAccountCustomization" "Amazonka.QuickSight.UpdateAccountCustomization" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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))))
type AWSResponse UpdateAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

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:

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

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

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

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Read UpdateAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Show UpdateAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Generic UpdateAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UpdateAccountCustomization

Associated Types

type Rep UpdateAccountCustomizationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "UpdateAccountCustomizationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "accountCustomization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountCustomization)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "awsAccountId") '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:

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

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

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

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

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

$sel:status: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_namespace :: Lens' UpdateAccountCustomizationResponse (Maybe Text) Source #

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

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

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