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

DBProxyEndpointStatus

import type { DBProxyEndpointStatus } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
type DBProxyEndpointStatus =
| "available"
| "modifying"
| "incompatible-network"
| "insufficient-resource-limits"
| "creating"
| "deleting"

§Type

§
"available" | "modifying" | "incompatible-network" | "insufficient-resource-limits" | "creating" | "deleting" | cmnP.UnexpectedEnumValue
[src]