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.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
FromXML 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 #

Read ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Show ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

NFData ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Eq ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Hashable 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" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" '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.