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.ServiceQuotaIncreaseRequestInTemplate

Description

 
Synopsis

Documentation

data ServiceQuotaIncreaseRequestInTemplate Source #

Information about a quota increase request.

See: newServiceQuotaIncreaseRequestInTemplate smart constructor.

Constructors

ServiceQuotaIncreaseRequestInTemplate' 

Fields

Instances

Instances details
Eq ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Read ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Show ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Generic ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

NFData ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Hashable ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

FromJSON ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

type Rep ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

type Rep ServiceQuotaIncreaseRequestInTemplate = D1 ('MetaData "ServiceQuotaIncreaseRequestInTemplate" "Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "ServiceQuotaIncreaseRequestInTemplate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "globalQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "desiredValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quotaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))