| Copyright | (c) 2013-2015 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.GetReusableDelegationSet
Description
To retrieve the reusable delegation set, send a GET request to the
'2013-04-01/delegationset/delegation set ID' resource.
See: AWS API Reference for GetReusableDelegationSet.
- getReusableDelegationSet :: Text -> GetReusableDelegationSet
- data GetReusableDelegationSet
- grdsId :: Lens' GetReusableDelegationSet Text
- getReusableDelegationSetResponse :: Int -> DelegationSet -> GetReusableDelegationSetResponse
- data GetReusableDelegationSetResponse
- grdsrsResponseStatus :: Lens' GetReusableDelegationSetResponse Int
- grdsrsDelegationSet :: Lens' GetReusableDelegationSetResponse DelegationSet
Creating a Request
getReusableDelegationSet Source
Arguments
| :: Text | |
| -> GetReusableDelegationSet |
Creates a value of GetReusableDelegationSet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetReusableDelegationSet Source
The input for a GetReusableDelegationSet request.
See: getReusableDelegationSet smart constructor.
Instances
Request Lenses
grdsId :: Lens' GetReusableDelegationSet Text Source
The ID of the reusable delegation set for which you want to get a list of the name server.
Destructuring the Response
getReusableDelegationSetResponse Source
Arguments
| :: Int | |
| -> DelegationSet | |
| -> GetReusableDelegationSetResponse |
Creates a value of GetReusableDelegationSetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetReusableDelegationSetResponse Source
A complex type containing information about the specified reusable delegation set.
See: getReusableDelegationSetResponse smart constructor.
Response Lenses
grdsrsResponseStatus :: Lens' GetReusableDelegationSetResponse Int Source
The response status code.
grdsrsDelegationSet :: Lens' GetReusableDelegationSetResponse DelegationSet Source
A complex type that contains the information about the nameservers for the specified delegation set ID.