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

CreateUsagePlanKeyRequest

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

The POST request to create a usage plan key for adding an existing API key to a usage plan.

interface CreateUsagePlanKeyRequest {
keyId: string;
keyType: string;
usagePlanId: string;
}

§Properties

§
keyId: string
[src]

[Required] The identifier of a "UsagePlanKey" resource for a plan customer.

§
keyType: string
[src]

[Required] The type of a "UsagePlanKey" resource for a plan customer.

§
usagePlanId: string
[src]

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