| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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 #
Arguments
| :: Text | |
| -> DeleteAccountCustomization |
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 #
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.
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.