| 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 |
Amazonka.ServiceQuotas.Types.QuotaPeriod
Description
Synopsis
Documentation
data QuotaPeriod Source #
Information about the quota period.
See: newQuotaPeriod smart constructor.
Constructors
| QuotaPeriod' | |
Fields
| |
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.