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 |
Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.
For the default limit, see Limits in the Amazon Route 53 Developer Guide. To request a higher limit, open a case.
Synopsis
- data GetReusableDelegationSetLimit = GetReusableDelegationSetLimit' {}
- newGetReusableDelegationSetLimit :: ReusableDelegationSetLimitType -> ResourceId -> GetReusableDelegationSetLimit
- getReusableDelegationSetLimit_type :: Lens' GetReusableDelegationSetLimit ReusableDelegationSetLimitType
- getReusableDelegationSetLimit_delegationSetId :: Lens' GetReusableDelegationSetLimit ResourceId
- data GetReusableDelegationSetLimitResponse = GetReusableDelegationSetLimitResponse' {}
- newGetReusableDelegationSetLimitResponse :: Int -> ReusableDelegationSetLimit -> Natural -> GetReusableDelegationSetLimitResponse
- getReusableDelegationSetLimitResponse_httpStatus :: Lens' GetReusableDelegationSetLimitResponse Int
- getReusableDelegationSetLimitResponse_limit :: Lens' GetReusableDelegationSetLimitResponse ReusableDelegationSetLimit
- getReusableDelegationSetLimitResponse_count :: Lens' GetReusableDelegationSetLimitResponse Natural
Creating a Request
data GetReusableDelegationSetLimit Source #
A complex type that contains information about the request to create a hosted zone.
See: newGetReusableDelegationSetLimit
smart constructor.
GetReusableDelegationSetLimit' | |
|
Instances
newGetReusableDelegationSetLimit Source #
Create a value of GetReusableDelegationSetLimit
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:type':GetReusableDelegationSetLimit'
, getReusableDelegationSetLimit_type
- Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET
to get the maximum number
of hosted zones that you can associate with the specified reusable
delegation set.
$sel:delegationSetId:GetReusableDelegationSetLimit'
, getReusableDelegationSetLimit_delegationSetId
- The ID of the delegation set that you want to get the limit for.
Request Lenses
getReusableDelegationSetLimit_type :: Lens' GetReusableDelegationSetLimit ReusableDelegationSetLimitType Source #
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET
to get the maximum number
of hosted zones that you can associate with the specified reusable
delegation set.
getReusableDelegationSetLimit_delegationSetId :: Lens' GetReusableDelegationSetLimit ResourceId Source #
The ID of the delegation set that you want to get the limit for.
Destructuring the Response
data GetReusableDelegationSetLimitResponse Source #
A complex type that contains the requested limit.
See: newGetReusableDelegationSetLimitResponse
smart constructor.
GetReusableDelegationSetLimitResponse' | |
|
Instances
newGetReusableDelegationSetLimitResponse Source #
Create a value of GetReusableDelegationSetLimitResponse
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:GetReusableDelegationSetLimitResponse'
, getReusableDelegationSetLimitResponse_httpStatus
- The response's http status code.
$sel:limit:GetReusableDelegationSetLimitResponse'
, getReusableDelegationSetLimitResponse_limit
- The current setting for the limit on hosted zones that you can associate
with the specified reusable delegation set.
$sel:count:GetReusableDelegationSetLimitResponse'
, getReusableDelegationSetLimitResponse_count
- The current number of hosted zones that you can associate with the
specified reusable delegation set.
Response Lenses
getReusableDelegationSetLimitResponse_httpStatus :: Lens' GetReusableDelegationSetLimitResponse Int Source #
The response's http status code.
getReusableDelegationSetLimitResponse_limit :: Lens' GetReusableDelegationSetLimitResponse ReusableDelegationSetLimit Source #
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.
getReusableDelegationSetLimitResponse_count :: Lens' GetReusableDelegationSetLimitResponse Natural Source #
The current number of hosted zones that you can associate with the specified reusable delegation set.