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

Description

Retrieves information about the specified quota increase request.

Synopsis

Creating a Request

data GetRequestedServiceQuotaChange Source #

See: newGetRequestedServiceQuotaChange smart constructor.

Constructors

GetRequestedServiceQuotaChange' 

Fields

Instances

Instances details
Eq GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Read GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Show GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Generic GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Associated Types

type Rep GetRequestedServiceQuotaChange :: Type -> Type #

NFData GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Hashable GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

ToJSON GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

AWSRequest GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

ToHeaders GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

ToPath GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

ToQuery GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

type Rep GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

type Rep GetRequestedServiceQuotaChange = D1 ('MetaData "GetRequestedServiceQuotaChange" "Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "GetRequestedServiceQuotaChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

newGetRequestedServiceQuotaChange Source #

Create a value of GetRequestedServiceQuotaChange 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:requestId:GetRequestedServiceQuotaChange', getRequestedServiceQuotaChange_requestId - The ID of the quota increase request.

Request Lenses

Destructuring the Response

data GetRequestedServiceQuotaChangeResponse Source #

Constructors

GetRequestedServiceQuotaChangeResponse' 

Fields

Instances

Instances details
Eq GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Read GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Show GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Generic GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

NFData GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

type Rep GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

type Rep GetRequestedServiceQuotaChangeResponse = D1 ('MetaData "GetRequestedServiceQuotaChangeResponse" "Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "GetRequestedServiceQuotaChangeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestedQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestedServiceQuotaChange)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetRequestedServiceQuotaChangeResponse Source #

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

$sel:httpStatus:GetRequestedServiceQuotaChangeResponse', getRequestedServiceQuotaChangeResponse_httpStatus - The response's http status code.

Response Lenses