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

Description

 
Synopsis

Documentation

data ServiceQuotaIncreaseRequestInTemplate Source #

Information about a quota increase request.

See: newServiceQuotaIncreaseRequestInTemplate smart constructor.

Constructors

ServiceQuotaIncreaseRequestInTemplate' 

Fields

Instances

Instances details
FromJSON ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Generic 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

NFData ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Eq ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Hashable 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" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ServiceQuotaIncreaseRequestInTemplate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "desiredValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "globalQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "quotaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))