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

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Read RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

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

NFData RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Hashable RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

ToJSON RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

AWSRequest 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

type Rep RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type Rep RequestServiceQuotaIncrease = D1 ('MetaData "RequestServiceQuotaIncrease" "Amazonka.ServiceQuotas.RequestServiceQuotaIncrease" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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))))
type AWSResponse RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Request Lenses

Destructuring the Response

data RequestServiceQuotaIncreaseResponse Source #

Constructors

RequestServiceQuotaIncreaseResponse' 

Fields

Instances

Instances details
Eq 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

Generic RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

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