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

UpdateConnectionRequest

import type { UpdateConnectionRequest } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface UpdateConnectionRequest {
AuthorizationType?: ConnectionAuthorizationType | null;
AuthParameters?: UpdateConnectionAuthRequestParameters | null;
Description?: string | null;
Name: string;
}

§Properties

§
AuthorizationType?: ConnectionAuthorizationType | null
[src]

The type of authorization to use for the connection.

§

The authorization parameters to use for the connection.

§
Description?: string | null
[src]

A description for the connection.

§
Name: string
[src]

The name of the connection to update.