Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data QuotaPeriod Source #
Information about the quota period.
See: newQuotaPeriod
smart constructor.
QuotaPeriod' | |
|
Instances
newQuotaPeriod :: QuotaPeriod Source #
Create a value of QuotaPeriod
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:periodUnit:QuotaPeriod'
, quotaPeriod_periodUnit
- The time unit.
$sel:periodValue:QuotaPeriod'
, quotaPeriod_periodValue
- The value.
quotaPeriod_periodUnit :: Lens' QuotaPeriod (Maybe PeriodUnit) Source #
The time unit.
quotaPeriod_periodValue :: Lens' QuotaPeriod (Maybe Int) Source #
The value.