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

Description

Submits a quota increase request for the specified quota.

Synopsis

Creating a Request

data RequestServiceQuotaIncrease Source #

See: newRequestServiceQuotaIncrease smart constructor.

Constructors

RequestServiceQuotaIncrease' 

Fields

Instances

Instances details
ToJSON RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

ToHeaders RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

ToPath RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

ToQuery RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

AWSRequest RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Generic RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Associated Types

type Rep RequestServiceQuotaIncrease :: Type -> Type #

Read RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Show RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

NFData RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Eq RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Hashable RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type AWSResponse RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type Rep RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type Rep RequestServiceQuotaIncrease = D1 ('MetaData "RequestServiceQuotaIncrease" "Amazonka.ServiceQuotas.RequestServiceQuotaIncrease" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "RequestServiceQuotaIncrease'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "desiredValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newRequestServiceQuotaIncrease Source #

Create a value of RequestServiceQuotaIncrease 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:

RequestServiceQuotaIncrease, requestServiceQuotaIncrease_serviceCode - The service identifier.

RequestServiceQuotaIncrease, requestServiceQuotaIncrease_quotaCode - The quota identifier.

RequestServiceQuotaIncrease, requestServiceQuotaIncrease_desiredValue - The new, increased value for the quota.

Request Lenses

Destructuring the Response

data RequestServiceQuotaIncreaseResponse Source #

Constructors

RequestServiceQuotaIncreaseResponse' 

Fields

Instances

Instances details
Generic RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Read RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Show RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

NFData RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Eq RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type Rep RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type Rep RequestServiceQuotaIncreaseResponse = D1 ('MetaData "RequestServiceQuotaIncreaseResponse" "Amazonka.ServiceQuotas.RequestServiceQuotaIncrease" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "RequestServiceQuotaIncreaseResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestedQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestedServiceQuotaChange)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRequestServiceQuotaIncreaseResponse Source #

Create a value of RequestServiceQuotaIncreaseResponse 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:requestedQuota:RequestServiceQuotaIncreaseResponse', requestServiceQuotaIncreaseResponse_requestedQuota - Information about the quota increase request.

$sel:httpStatus:RequestServiceQuotaIncreaseResponse', requestServiceQuotaIncreaseResponse_httpStatus - The response's http status code.

Response Lenses