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

ConnectionStateType

import type { ConnectionStateType } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
type ConnectionStateType =
| "CONNECTED"
| "CONNECTING"
| "FAILED"
| "DISCONNECTED"
| "DISCONNECTING"

§Type

§
"CONNECTED" | "CONNECTING" | "FAILED" | "DISCONNECTED" | "DISCONNECTING" | cmnP.UnexpectedEnumValue
[src]