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

UpdateConnectionApiKeyAuthRequestParameters

import type { UpdateConnectionApiKeyAuthRequestParameters } from "https://aws-api.deno.dev/v0.4/services/eventbridge.ts?docs=full";

Contains the API key authorization parameters to use to update the connection.

interface UpdateConnectionApiKeyAuthRequestParameters {
ApiKeyName?: string | null;
ApiKeyValue?: string | null;
}

§Properties

§
ApiKeyName?: string | null
[src]

The name of the API key to use for authorization.

§
ApiKeyValue?: string | null
[src]

The value associated with teh API key to use for authorization.