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 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.
DeleteReusableDelegationSet' | |
|
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:
$sel:id: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.
DeleteReusableDelegationSetResponse' | |
|
Instances
Eq DeleteReusableDelegationSetResponse Source # | |
Read DeleteReusableDelegationSetResponse Source # | |
Show DeleteReusableDelegationSetResponse Source # | |
Generic DeleteReusableDelegationSetResponse Source # | |
NFData DeleteReusableDelegationSetResponse Source # | |
Defined in Amazonka.Route53.DeleteReusableDelegationSet rnf :: DeleteReusableDelegationSetResponse -> () # | |
type Rep DeleteReusableDelegationSetResponse Source # | |
Defined in Amazonka.Route53.DeleteReusableDelegationSet type Rep DeleteReusableDelegationSetResponse = D1 ('MetaData "DeleteReusableDelegationSetResponse" "Amazonka.Route53.DeleteReusableDelegationSet" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "DeleteReusableDelegationSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteReusableDelegationSetResponse Source #
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.