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.Types.ReusableDelegationSetLimit

Description

 
Synopsis

Documentation

data ReusableDelegationSetLimit Source #

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

See: newReusableDelegationSetLimit smart constructor.

Constructors

ReusableDelegationSetLimit' 

Fields

  • type' :: ReusableDelegationSetLimitType

    The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate with the specified reusable delegation set.

  • value :: Natural

    The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

Instances

Instances details
Eq ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Read ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Show ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Generic ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Associated Types

type Rep ReusableDelegationSetLimit :: Type -> Type #

NFData ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Hashable ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

FromXML ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

type Rep ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

type Rep ReusableDelegationSetLimit = D1 ('MetaData "ReusableDelegationSetLimit" "Amazonka.Route53.Types.ReusableDelegationSetLimit" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "ReusableDelegationSetLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReusableDelegationSetLimitType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newReusableDelegationSetLimit Source #

Create a value of ReusableDelegationSetLimit 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':ReusableDelegationSetLimit', reusableDelegationSetLimit_type - The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate with the specified reusable delegation set.

$sel:value:ReusableDelegationSetLimit', reusableDelegationSetLimit_value - The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

reusableDelegationSetLimit_type :: Lens' ReusableDelegationSetLimit ReusableDelegationSetLimitType Source #

The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate with the specified reusable delegation set.

reusableDelegationSetLimit_value :: Lens' ReusableDelegationSetLimit Natural Source #

The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.