libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Read QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Show 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 #

NFData QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Methods

rnf :: QuotaPeriod -> () #

Hashable QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

FromJSON 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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.