libZSservicesZSamazonka-route53ZSamazonka-route53
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

Read GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

Show 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 #

NFData GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

Hashable GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

AWSRequest GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

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

type Rep GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

type Rep GetReusableDelegationSetLimit = D1 ('MetaData "GetReusableDelegationSetLimit" "Amazonka.Route53.GetReusableDelegationSetLimit" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "GetReusableDelegationSetLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReusableDelegationSetLimitType) :*: S1 ('MetaSel ('Just "delegationSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceId)))
type AWSResponse GetReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

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.

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
Eq 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

Generic GetReusableDelegationSetLimitResponse Source # 
Instance details

Defined in Amazonka.Route53.GetReusableDelegationSetLimit

NFData 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" "libZSservicesZSamazonka-route53ZSamazonka-route53" '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.