| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Route53.GetReusableDelegationSet
Description
Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.
Synopsis
- getReusableDelegationSet :: ResourceId -> GetReusableDelegationSet
- data GetReusableDelegationSet
- grdsId :: Lens' GetReusableDelegationSet ResourceId
- getReusableDelegationSetResponse :: Int -> DelegationSet -> GetReusableDelegationSetResponse
- data GetReusableDelegationSetResponse
- grdsrsResponseStatus :: Lens' GetReusableDelegationSetResponse Int
- grdsrsDelegationSet :: Lens' GetReusableDelegationSetResponse DelegationSet
Creating a Request
getReusableDelegationSet Source #
Arguments
| :: ResourceId | |
| -> 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:
grdsId- The ID of the reusable delegation set that you want to get a list of name servers for.
data GetReusableDelegationSet Source #
A request to get information about a specified reusable delegation set.
See: getReusableDelegationSet smart constructor.
Instances
Request Lenses
grdsId :: Lens' GetReusableDelegationSet ResourceId Source #
The ID of the reusable delegation set that you want to get a list of name servers for.
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:
grdsrsResponseStatus- -- | The response status code.grdsrsDelegationSet- A complex type that contains information about the reusable delegation set.
data GetReusableDelegationSetResponse Source #
A complex type that contains the response to the GetReusableDelegationSet request.
See: getReusableDelegationSetResponse smart constructor.
Instances
Response Lenses
grdsrsResponseStatus :: Lens' GetReusableDelegationSetResponse Int Source #
- - | The response status code.
grdsrsDelegationSet :: Lens' GetReusableDelegationSetResponse DelegationSet Source #
A complex type that contains information about the reusable delegation set.