Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.Route53.DeleteReusableDelegationSet
Description
Deletes a reusable delegation set. Send a DELETE
request to the 2013-04-01delegationset/delegation set ID
resource.
Important: You can delete a reusable delegation set only if there are no associated hosted zones.
To verify that the reusable delegation set is not associated with any hosted zones, run the GetReusableDelegationSet
action and specify the ID of the reusable delegation set that you want to delete.
- deleteReusableDelegationSet :: ResourceId -> DeleteReusableDelegationSet
- data DeleteReusableDelegationSet
- drdsId :: Lens' DeleteReusableDelegationSet ResourceId
- deleteReusableDelegationSetResponse :: Int -> DeleteReusableDelegationSetResponse
- data DeleteReusableDelegationSetResponse
- drdsrsResponseStatus :: Lens' DeleteReusableDelegationSetResponse Int
Creating a Request
Arguments
:: ResourceId | |
-> DeleteReusableDelegationSet |
Creates a value of DeleteReusableDelegationSet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drdsId
- The ID of the reusable delegation set you want to delete.
data DeleteReusableDelegationSet #
A complex type containing the information for the delete request.
See: deleteReusableDelegationSet
smart constructor.
Instances
Request Lenses
drdsId :: Lens' DeleteReusableDelegationSet ResourceId #
The ID of the reusable delegation set you want to delete.
Destructuring the Response
deleteReusableDelegationSetResponse #
Arguments
:: Int | |
-> DeleteReusableDelegationSetResponse |
Creates a value of DeleteReusableDelegationSetResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drdsrsResponseStatus
- -- | The response status code.
data DeleteReusableDelegationSetResponse #
An empty element.
See: deleteReusableDelegationSetResponse
smart constructor.
Instances
Response Lenses
drdsrsResponseStatus :: Lens' DeleteReusableDelegationSetResponse Int #
- - | The response status code.