Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetUsagePlanKeyRequest

import type { GetUsagePlanKeyRequest } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

The GET request to get a usage plan key of a given key identifier.

interface GetUsagePlanKeyRequest {
keyId: string;
usagePlanId: string;
}

§Properties

§
keyId: string
[src]

[Required] The key Id of the to-be-retrieved "UsagePlanKey" resource representing a plan customer.

§
usagePlanId: string
[src]

[Required] The Id of the "UsagePlan" resource representing the usage plan containing the to-be-retrieved "UsagePlanKey" resource representing a plan customer.