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

ScalingPlanStatusCode

import type { ScalingPlanStatusCode } from "https://aws-api.deno.dev/v0.3/services/autoscalingplans.ts?docs=full";
type ScalingPlanStatusCode =
| "Active"
| "ActiveWithProblems"
| "CreationInProgress"
| "CreationFailed"
| "DeletionInProgress"
| "DeletionFailed"
| "UpdateInProgress"
| "UpdateFailed"

§Type

§
"Active" | "ActiveWithProblems" | "CreationInProgress" | "CreationFailed" | "DeletionInProgress" | "DeletionFailed" | "UpdateInProgress" | "UpdateFailed" | cmnP.UnexpectedEnumValue
[src]