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

AutomationMode

import type { AutomationMode } from "https://aws-api.deno.dev/v0.3/services/rds.ts?docs=full";
type AutomationMode = "full" | "all-paused" | cmnP.UnexpectedEnumValue;

§Type

§
"full" | "all-paused" | cmnP.UnexpectedEnumValue
[src]