amazonka-route53-2.0: Amazon Route 53 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.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.

Synopsis

Creating a Request

data GetReusableDelegationSetLimit Source #

A complex type that contains information about the request to create a hosted zone.

See: newGetReusableDelegationSetLimit smart constructor.

Constructors

GetReusableDelegationSetLimit' 

Fields

Instances

Instances details
ToHeaders GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

ToPath GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

ToQuery GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

AWSRequest GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

Generic GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

Associated Types

type Rep GetReusableDelegationSetLimit :: Type -> Type #

Read GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

Show GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

NFData GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

Eq GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

Hashable GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

type AWSResponse GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

type Rep GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

type Rep GetReusableDelegationSetLimit = D1 ('MetaData "GetReusableDelegationSetLimit" "Amazonka.Route53.GetReusableDelegationSetLimit" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "GetReusableDelegationSetLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReusableDelegationSetLimitType) :*: S1 ('MetaSel ('Just "delegationSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceId)))

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:

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.

Constructors

GetReusableDelegationSetLimitResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • limit :: ReusableDelegationSetLimit

    The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.

  • count :: Natural

    The current number of hosted zones that you can associate with the specified reusable delegation set.

Instances

Instances details
Generic GetReusableDelegationSetLimitResponse Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

Read GetReusableDelegationSetLimitResponse Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

Show GetReusableDelegationSetLimitResponse Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

NFData GetReusableDelegationSetLimitResponse Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

Eq GetReusableDelegationSetLimitResponse Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

type Rep GetReusableDelegationSetLimitResponse Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

type Rep GetReusableDelegationSetLimitResponse = D1 ('MetaData "GetReusableDelegationSetLimitResponse" "Amazonka.Route53.GetReusableDelegationSetLimit" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "GetReusableDelegationSetLimitResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReusableDelegationSetLimit) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

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_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.