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

Description

Retrieves the quota increase requests for the specified service.

This operation returns paginated results.

Synopsis

Creating a Request

data ListRequestedServiceQuotaChangeHistory Source #

Constructors

ListRequestedServiceQuotaChangeHistory' 

Fields

Instances

Instances details
Eq ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Read ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Show ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Generic ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

NFData ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Hashable ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

ToJSON ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

AWSPager ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

AWSRequest ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

ToHeaders ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

ToPath ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

ToQuery ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

type Rep ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

type Rep ListRequestedServiceQuotaChangeHistory = D1 ('MetaData "ListRequestedServiceQuotaChangeHistory" "Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "ListRequestedServiceQuotaChangeHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

newListRequestedServiceQuotaChangeHistory :: ListRequestedServiceQuotaChangeHistory Source #

Create a value of ListRequestedServiceQuotaChangeHistory 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:status:ListRequestedServiceQuotaChangeHistory', listRequestedServiceQuotaChangeHistory_status - The status of the quota increase request.

$sel:nextToken:ListRequestedServiceQuotaChangeHistory', listRequestedServiceQuotaChangeHistory_nextToken - The token for the next page of results.

$sel:serviceCode:ListRequestedServiceQuotaChangeHistory', listRequestedServiceQuotaChangeHistory_serviceCode - The service identifier.

$sel:maxResults:ListRequestedServiceQuotaChangeHistory', listRequestedServiceQuotaChangeHistory_maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Request Lenses

listRequestedServiceQuotaChangeHistory_maxResults :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Destructuring the Response

data ListRequestedServiceQuotaChangeHistoryResponse Source #

Constructors

ListRequestedServiceQuotaChangeHistoryResponse' 

Fields

Instances

Instances details
Eq ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Read ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Show ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Generic ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

NFData ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

type Rep ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

type Rep ListRequestedServiceQuotaChangeHistoryResponse = D1 ('MetaData "ListRequestedServiceQuotaChangeHistoryResponse" "Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "ListRequestedServiceQuotaChangeHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "requestedQuotas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RequestedServiceQuotaChange])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRequestedServiceQuotaChangeHistoryResponse Source #

Create a value of ListRequestedServiceQuotaChangeHistoryResponse 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:nextToken:ListRequestedServiceQuotaChangeHistory', listRequestedServiceQuotaChangeHistoryResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:requestedQuotas:ListRequestedServiceQuotaChangeHistoryResponse', listRequestedServiceQuotaChangeHistoryResponse_requestedQuotas - Information about the quota increase requests.

$sel:httpStatus:ListRequestedServiceQuotaChangeHistoryResponse', listRequestedServiceQuotaChangeHistoryResponse_httpStatus - The response's http status code.

Response Lenses

listRequestedServiceQuotaChangeHistoryResponse_nextToken :: Lens' ListRequestedServiceQuotaChangeHistoryResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.