| 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.GetReusableDelegationSet
Description
Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.
Synopsis
- data GetReusableDelegationSet = GetReusableDelegationSet' {
- id :: ResourceId
- newGetReusableDelegationSet :: ResourceId -> GetReusableDelegationSet
- getReusableDelegationSet_id :: Lens' GetReusableDelegationSet ResourceId
- data GetReusableDelegationSetResponse = GetReusableDelegationSetResponse' {}
- newGetReusableDelegationSetResponse :: Int -> DelegationSet -> GetReusableDelegationSetResponse
- getReusableDelegationSetResponse_httpStatus :: Lens' GetReusableDelegationSetResponse Int
- getReusableDelegationSetResponse_delegationSet :: Lens' GetReusableDelegationSetResponse DelegationSet
Creating a Request
data GetReusableDelegationSet Source #
A request to get information about a specified reusable delegation set.
See: newGetReusableDelegationSet smart constructor.
Constructors
| GetReusableDelegationSet' | |
Fields
| |
Instances
newGetReusableDelegationSet Source #
Arguments
| :: ResourceId | |
| -> GetReusableDelegationSet |
Create a value of GetReusableDelegationSet 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:
GetReusableDelegationSet, getReusableDelegationSet_id - The ID of the reusable delegation set that you want to get a list of
name servers for.
Request Lenses
getReusableDelegationSet_id :: 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
data GetReusableDelegationSetResponse Source #
A complex type that contains the response to the
GetReusableDelegationSet request.
See: newGetReusableDelegationSetResponse smart constructor.
Constructors
| GetReusableDelegationSetResponse' | |
Fields
| |
Instances
newGetReusableDelegationSetResponse Source #
Arguments
| :: Int | |
| -> DelegationSet | |
| -> GetReusableDelegationSetResponse |
Create a value of GetReusableDelegationSetResponse 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:GetReusableDelegationSetResponse', getReusableDelegationSetResponse_httpStatus - The response's http status code.
$sel:delegationSet:GetReusableDelegationSetResponse', getReusableDelegationSetResponse_delegationSet - A complex type that contains information about the reusable delegation
set.
Response Lenses
getReusableDelegationSetResponse_httpStatus :: Lens' GetReusableDelegationSetResponse Int Source #
The response's http status code.
getReusableDelegationSetResponse_delegationSet :: Lens' GetReusableDelegationSetResponse DelegationSet Source #
A complex type that contains information about the reusable delegation set.