amazonka-service-quotas-2.0: Amazon Quotas 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.ServiceQuotas.Types.QuotaPeriod

Description

 
Synopsis

Documentation

data QuotaPeriod Source #

Information about the quota period.

See: newQuotaPeriod smart constructor.

Constructors

QuotaPeriod' 

Fields

Instances

Instances details
FromJSON QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Generic QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Associated Types

type Rep QuotaPeriod :: Type -> Type #

Read QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Show QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

NFData QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Methods

rnf :: QuotaPeriod -> () #

Eq QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Hashable QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

type Rep QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

type Rep QuotaPeriod = D1 ('MetaData "QuotaPeriod" "Amazonka.ServiceQuotas.Types.QuotaPeriod" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "QuotaPeriod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "periodUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PeriodUnit)) :*: S1 ('MetaSel ('Just "periodValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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.