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

ConnectionStatus

import type { ConnectionStatus } from "https://aws-api.deno.dev/v0.3/services/iotsecuretunneling.ts?docs=full";
type ConnectionStatus = "CONNECTED" | "DISCONNECTED" | cmnP.UnexpectedEnumValue;

§Type

§
"CONNECTED" | "DISCONNECTED" | cmnP.UnexpectedEnumValue
[src]