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

ApiKeys

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

Represents a collection of API keys as represented by an "ApiKeys" resource.

See also: Use API Keys

interface ApiKeys {
items?: ApiKey[] | null;
position?: string | null;
warnings?: string[] | null;
}

§Properties

§
items?: ApiKey[] | null
[src]

The current page of elements from this collection.

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

A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.