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

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Read DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

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

NFData DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Hashable DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

AWSRequest DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

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

type Rep DeleteAccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

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

Defined in Amazonka.QuickSight.DeleteAccountCustomization

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:

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

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

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Read DeleteAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Show DeleteAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Generic DeleteAccountCustomizationResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteAccountCustomization

Associated Types

type Rep DeleteAccountCustomizationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

$sel:status:DeleteAccountCustomizationResponse', deleteAccountCustomizationResponse_status - The HTTP status of the request.

Response Lenses