GetUsagePlanKeys
Source:
src/AWS/ApiGateway/GetUsagePlanKeys.ts
Runtime binding for listing the API keys enrolled in a
UsagePlan (apigateway:GET on /usageplans/{id}/keys).
Provide ApiGateway.GetUsagePlanKeysHttp on the Function effect to
implement the binding.
Managing plan keys
Section titled “Managing plan keys”// initconst getUsagePlanKeys = yield* ApiGateway.GetUsagePlanKeys(plan);
// runtimeconst page = yield* getUsagePlanKeys({ limit: 100 });