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

OutboundConnectionStatusCode

import type { OutboundConnectionStatusCode } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";
type OutboundConnectionStatusCode =
| "VALIDATING"
| "VALIDATION_FAILED"
| "PENDING_ACCEPTANCE"
| "APPROVED"
| "PROVISIONING"
| "ACTIVE"
| "REJECTING"
| "REJECTED"
| "DELETING"
| "DELETED"

§Type

§
"VALIDATING" | "VALIDATION_FAILED" | "PENDING_ACCEPTANCE" | "APPROVED" | "PROVISIONING" | "ACTIVE" | "REJECTING" | "REJECTED" | "DELETING" | "DELETED" | cmnP.UnexpectedEnumValue
[src]