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

DBProxyStatus

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

§Type

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