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

ConnectionState

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

The state of a connection.

interface ConnectionState {
lastUpdatedAt?: Date | number | null;
status?: ConnectionStatus | null;
}

§Properties

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

The last time the connection status was updated.

§
status?: ConnectionStatus | null
[src]

The connection status of the tunnel. Valid values are CONNECTED and DISCONNECTED.