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.Route53.DeleteReusableDelegationSet
Description
Deletes a reusable delegation set.
You can delete a reusable delegation set only if it isn't associated with any hosted zones.
To verify that the reusable delegation set is not associated with any hosted zones, submit a GetReusableDelegationSet request and specify the ID of the reusable delegation set that you want to delete.
Synopsis
- data DeleteReusableDelegationSet = DeleteReusableDelegationSet' {
- id :: ResourceId
- newDeleteReusableDelegationSet :: ResourceId -> DeleteReusableDelegationSet
- deleteReusableDelegationSet_id :: Lens' DeleteReusableDelegationSet ResourceId
- data DeleteReusableDelegationSetResponse = DeleteReusableDelegationSetResponse' {
- httpStatus :: Int
- newDeleteReusableDelegationSetResponse :: Int -> DeleteReusableDelegationSetResponse
- deleteReusableDelegationSetResponse_httpStatus :: Lens' DeleteReusableDelegationSetResponse Int
Creating a Request
data DeleteReusableDelegationSet Source #
A request to delete a reusable delegation set.
See: newDeleteReusableDelegationSet
smart constructor.
Constructors
DeleteReusableDelegationSet' | |
Fields
|
Instances
newDeleteReusableDelegationSet Source #
Create a value of DeleteReusableDelegationSet
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:
DeleteReusableDelegationSet
, deleteReusableDelegationSet_id
- The ID of the reusable delegation set that you want to delete.
Request Lenses
deleteReusableDelegationSet_id :: Lens' DeleteReusableDelegationSet ResourceId Source #
The ID of the reusable delegation set that you want to delete.
Destructuring the Response
data DeleteReusableDelegationSetResponse Source #
An empty element.
See: newDeleteReusableDelegationSetResponse
smart constructor.
Constructors
DeleteReusableDelegationSetResponse' | |
Fields
|
Instances
newDeleteReusableDelegationSetResponse Source #
Arguments
:: Int | |
-> DeleteReusableDelegationSetResponse |
Create a value of DeleteReusableDelegationSetResponse
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:httpStatus:DeleteReusableDelegationSetResponse'
, deleteReusableDelegationSetResponse_httpStatus
- The response's http status code.
Response Lenses
deleteReusableDelegationSetResponse_httpStatus :: Lens' DeleteReusableDelegationSetResponse Int Source #
The response's http status code.