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

ClientVpnConnectionStatusCode

import type { ClientVpnConnectionStatusCode } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
type ClientVpnConnectionStatusCode =
| "active"
| "failed-to-terminate"
| "terminating"
| "terminated"

§Type

§
"active" | "failed-to-terminate" | "terminating" | "terminated" | cmnP.UnexpectedEnumValue
[src]