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.GetReusableDelegationSetLimit
Description
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 .
- getReusableDelegationSetLimit :: ReusableDelegationSetLimitType -> ResourceId -> GetReusableDelegationSetLimit
- data GetReusableDelegationSetLimit
- grdslType :: Lens' GetReusableDelegationSetLimit ReusableDelegationSetLimitType
- grdslDelegationSetId :: Lens' GetReusableDelegationSetLimit ResourceId
- getReusableDelegationSetLimitResponse :: Int -> ReusableDelegationSetLimit -> Natural -> GetReusableDelegationSetLimitResponse
- data GetReusableDelegationSetLimitResponse
- grdslrsResponseStatus :: Lens' GetReusableDelegationSetLimitResponse Int
- grdslrsLimit :: Lens' GetReusableDelegationSetLimitResponse ReusableDelegationSetLimit
- grdslrsCount :: Lens' GetReusableDelegationSetLimitResponse Natural
Creating a Request
getReusableDelegationSetLimit #
Arguments
:: ReusableDelegationSetLimitType | |
-> ResourceId | |
-> GetReusableDelegationSetLimit |
Creates a value of GetReusableDelegationSetLimit
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
grdslType
- SpecifyMAX_ZONES_BY_REUSABLE_DELEGATION_SET
to get the maximum number of hosted zones that you can associate with the specified reusable delegation set.grdslDelegationSetId
- The ID of the delegation set that you want to get the limit for.
data GetReusableDelegationSetLimit #
A complex type that contains information about the request to create a hosted zone.
See: getReusableDelegationSetLimit
smart constructor.
Instances
Request Lenses
grdslType :: Lens' GetReusableDelegationSetLimit ReusableDelegationSetLimitType #
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.
grdslDelegationSetId :: Lens' GetReusableDelegationSetLimit ResourceId #
The ID of the delegation set that you want to get the limit for.
Destructuring the Response
getReusableDelegationSetLimitResponse #
Arguments
:: Int | |
-> ReusableDelegationSetLimit | |
-> Natural | |
-> GetReusableDelegationSetLimitResponse |
Creates a value of GetReusableDelegationSetLimitResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
grdslrsResponseStatus
- -- | The response status code.grdslrsLimit
- The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.grdslrsCount
- The current number of hosted zones that you can associate with the specified reusable delegation set.
data GetReusableDelegationSetLimitResponse #
A complex type that contains the requested limit.
See: getReusableDelegationSetLimitResponse
smart constructor.
Instances
Response Lenses
grdslrsResponseStatus :: Lens' GetReusableDelegationSetLimitResponse Int #
- - | The response status code.
grdslrsLimit :: Lens' GetReusableDelegationSetLimitResponse ReusableDelegationSetLimit #
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.
grdslrsCount :: Lens' GetReusableDelegationSetLimitResponse Natural #
The current number of hosted zones that you can associate with the specified reusable delegation set.