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

TerminateConnectionStatus

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

Information about a terminated Client VPN endpoint client connection.

interface TerminateConnectionStatus {
ConnectionId?: string | null;
CurrentStatus?: ClientVpnConnectionStatus | null;
PreviousStatus?: ClientVpnConnectionStatus | null;
}

§Properties

§
ConnectionId?: string | null
[src]

The ID of the client connection.

§
CurrentStatus?: ClientVpnConnectionStatus | null
[src]

A message about the status of the client connection, if applicable.

§
PreviousStatus?: ClientVpnConnectionStatus | null
[src]

The state of the client connection.