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.4/services/eventbridge.ts?docs=full";
type ConnectionState =
| "CREATING"
| "UPDATING"
| "DELETING"
| "AUTHORIZED"
| "DEAUTHORIZED"
| "AUTHORIZING"
| "DEAUTHORIZING"

§Type

§
"CREATING" | "UPDATING" | "DELETING" | "AUTHORIZED" | "DEAUTHORIZED" | "AUTHORIZING" | "DEAUTHORIZING" | cmnP.UnexpectedEnumValue
[src]