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

ApiKeyIds

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

The identifier of an "ApiKey" used in a "UsagePlan".

interface ApiKeyIds {
ids?: string[] | null;
warnings?: string[] | null;
}

§Properties

§
ids?: string[] | null
[src]

A list of all the "ApiKey" identifiers.

§
warnings?: string[] | null
[src]

A list of warning messages.