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

GetApiKeyRequest

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

A request to get information about the current "ApiKey" resource.

interface GetApiKeyRequest {
apiKey: string;
includeValue?: boolean | null;
}

§Properties

§
apiKey: string
[src]

[Required] The identifier of the "ApiKey" resource.

§
includeValue?: boolean | null
[src]

A boolean flag to specify whether (true) or not (false) the result contains the key value.