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/kinesisanalytics.ts?docs=full";
type ApplicationStatus =
| "DELETING"
| "STARTING"
| "STOPPING"
| "READY"
| "RUNNING"
| "UPDATING"

§Type

§
"DELETING" | "STARTING" | "STOPPING" | "READY" | "RUNNING" | "UPDATING" | cmnP.UnexpectedEnumValue
[src]