Skip to content

ListRequestedServiceQuotaChangeHistory

Source: src/AWS/ServiceQuotas/ListRequestedServiceQuotaChangeHistory.ts

Runtime binding for servicequotas:ListRequestedServiceQuotaChangeHistory — list quota increase requests in the account’s 90-day request history from inside a Function, optionally filtered by service or status.

// init
const listRequestedServiceQuotaChangeHistory =
yield* AWS.ServiceQuotas.ListRequestedServiceQuotaChangeHistory();
// runtime
const { RequestedQuotas } = yield* listRequestedServiceQuotaChangeHistory({
Status: "PENDING",
});