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

UpdateConnectionResponse

import type { UpdateConnectionResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface UpdateConnectionResponse {
ConnectionArn?: string | null;
ConnectionState?: ConnectionState | null;
CreationTime?: Date | number | null;
LastAuthorizedTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
}

§Properties

§
ConnectionArn?: string | null
[src]

The ARN of the connection that was updated.

§
ConnectionState?: ConnectionState | null
[src]

The state of the connection that was updated.

§
CreationTime?: Date | number | null
[src]

A time stamp for the time that the connection was created.

§
LastAuthorizedTime?: Date | number | null
[src]

A time stamp for the time that the connection was last authorized.

§
LastModifiedTime?: Date | number | null
[src]

A time stamp for the time that the connection was last modified.