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

ClientVpnConnectionStatus

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

Describes the status of a client connection.

interface ClientVpnConnectionStatus {
Message?: string | null;
}

§Properties

§

The state of the client connection.

§
Message?: string | null
[src]

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