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

DeleteConnectionResponse

import type { DeleteConnectionResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface DeleteConnectionResponse {
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 deleted.

§
ConnectionState?: ConnectionState | null
[src]

The state of the connection before it was deleted.

§
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 before it wa deleted.

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

A time stamp for the time that the connection was last modified before it was deleted.