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.
Quota Increase Requests
Section titled “Quota Increase Requests”// initconst listRequestedServiceQuotaChangeHistory = yield* AWS.ServiceQuotas.ListRequestedServiceQuotaChangeHistory();
// runtimeconst { RequestedQuotas } = yield* listRequestedServiceQuotaChangeHistory({ Status: "PENDING",});