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