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

TerminateClientVpnConnectionsResult

import type { TerminateClientVpnConnectionsResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface TerminateClientVpnConnectionsResult {
ClientVpnEndpointId?: string | null;
ConnectionStatuses: TerminateConnectionStatus[];
Username?: string | null;
}

§Properties

§
ClientVpnEndpointId?: string | null
[src]

The ID of the Client VPN endpoint.

§
ConnectionStatuses: TerminateConnectionStatus[]
[src]

The current state of the client connections.

§
Username?: string | null
[src]

The user who established the terminated client connections.