Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data DeleteAccountCustomization = DeleteAccountCustomization' {
- namespace :: Maybe Text
- awsAccountId :: Text
- newDeleteAccountCustomization :: Text -> DeleteAccountCustomization
- deleteAccountCustomization_namespace :: Lens' DeleteAccountCustomization (Maybe Text)
- deleteAccountCustomization_awsAccountId :: Lens' DeleteAccountCustomization Text
- data DeleteAccountCustomizationResponse = DeleteAccountCustomizationResponse' {}
- newDeleteAccountCustomizationResponse :: Int -> DeleteAccountCustomizationResponse
- deleteAccountCustomizationResponse_requestId :: Lens' DeleteAccountCustomizationResponse (Maybe Text)
- deleteAccountCustomizationResponse_status :: Lens' DeleteAccountCustomizationResponse Int
Creating a Request
data DeleteAccountCustomization Source #
See: newDeleteAccountCustomization
smart constructor.
Constructors
DeleteAccountCustomization' | |
Fields
|
Instances
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 #
See: newDeleteAccountCustomizationResponse
smart constructor.
Constructors
DeleteAccountCustomizationResponse' | |
Instances
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
deleteAccountCustomizationResponse_requestId :: Lens' DeleteAccountCustomizationResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
deleteAccountCustomizationResponse_status :: Lens' DeleteAccountCustomizationResponse Int Source #
The HTTP status of the request.