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

Description

Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.

Synopsis

Creating a Request

data DeleteAccountCustomization Source #

See: newDeleteAccountCustomization smart constructor.

Constructors

DeleteAccountCustomization' 

Fields

  • namespace :: Maybe Text

    The Amazon QuickSight namespace that you're deleting the customizations from.

  • awsAccountId :: Text

    The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.

Instances

Instances details
ToHeaders DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

ToPath DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

ToQuery DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

AWSRequest DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Generic DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Associated Types

type Rep DeleteAccountCustomization :: Type -> Type #

Read DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Show DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

NFData DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Eq DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Hashable DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

type AWSResponse DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

type Rep DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

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

newDeleteAccountCustomization Source #

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

DeleteAccountCustomization, deleteAccountCustomization_namespace - The Amazon QuickSight namespace that you're deleting the customizations from.

DeleteAccountCustomization, deleteAccountCustomization_awsAccountId - The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.

Request Lenses

deleteAccountCustomization_namespace :: Lens' DeleteAccountCustomization (Maybe Text) Source #

The Amazon QuickSight namespace that you're deleting the customizations from.

deleteAccountCustomization_awsAccountId :: Lens' DeleteAccountCustomization Text Source #

The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.

Destructuring the Response

data DeleteAccountCustomizationResponse Source #

Constructors

DeleteAccountCustomizationResponse' 

Fields

Instances

Instances details
Generic DeleteAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Associated Types

type Rep DeleteAccountCustomizationResponse :: Type -> Type #

Read DeleteAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Show DeleteAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

NFData DeleteAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Eq DeleteAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

type Rep DeleteAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

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

newDeleteAccountCustomizationResponse Source #

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

DeleteAccountCustomizationResponse, deleteAccountCustomizationResponse_status - The HTTP status of the request.

Response Lenses