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 |
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.
DeleteAccountCustomization' | |
|
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.
Instances
Eq DeleteAccountCustomizationResponse Source # | |
Read DeleteAccountCustomizationResponse Source # | |
Show DeleteAccountCustomizationResponse Source # | |
Generic DeleteAccountCustomizationResponse Source # | |
NFData DeleteAccountCustomizationResponse Source # | |
Defined in Amazonka.QuickSight.DeleteAccountCustomization rnf :: DeleteAccountCustomizationResponse -> () # | |
type Rep DeleteAccountCustomizationResponse Source # | |
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
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.