Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ReusableDelegationSetLimit = ReusableDelegationSetLimit' {}
- newReusableDelegationSetLimit :: ReusableDelegationSetLimitType -> Natural -> ReusableDelegationSetLimit
- reusableDelegationSetLimit_type :: Lens' ReusableDelegationSetLimit ReusableDelegationSetLimitType
- reusableDelegationSetLimit_value :: Lens' ReusableDelegationSetLimit Natural
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.
ReusableDelegationSetLimit' | |
|
Instances
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.