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.4/services/codestarconnections.ts?docs=full";
type ConnectionStatus =
| "PENDING"
| "AVAILABLE"
| "ERROR"

§Type

§
"PENDING" | "AVAILABLE" | "ERROR" | cmnP.UnexpectedEnumValue
[src]