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

TargetState

import type { TargetState } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
type TargetState =
| "REGISTERING"
| "AVAILABLE"
| "UNAVAILABLE"

§Type

§
"REGISTERING" | "AVAILABLE" | "UNAVAILABLE" | cmnP.UnexpectedEnumValue
[src]