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

ApplicationStatus

import type { ApplicationStatus } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
type ApplicationStatus =
| "DELETING"
| "STARTING"
| "STOPPING"
| "READY"
| "RUNNING"
| "UPDATING"
| "AUTOSCALING"
| "FORCE_STOPPING"
| "ROLLING_BACK"
| "MAINTENANCE"
| "ROLLED_BACK"

§Type

§
"DELETING" | "STARTING" | "STOPPING" | "READY" | "RUNNING" | "UPDATING" | "AUTOSCALING" | "FORCE_STOPPING" | "ROLLING_BACK" | "MAINTENANCE" | "ROLLED_BACK" | cmnP.UnexpectedEnumValue
[src]