Skip to content

ListRequestedServiceQuotaChangeHistoryByQuota

Source: src/AWS/ServiceQuotas/ListRequestedServiceQuotaChangeHistoryByQuota.ts

Runtime binding for servicequotas:ListRequestedServiceQuotaChangeHistoryByQuota — list quota increase requests for one specific quota from inside a Function.

// init
const listRequestedServiceQuotaChangeHistoryByQuota =
yield* AWS.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota();
// runtime
const { RequestedQuotas } =
yield* listRequestedServiceQuotaChangeHistoryByQuota({
ServiceCode: "lambda",
QuotaCode: "L-B99A9384",
});