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

ScalingStatusCode

import type { ScalingStatusCode } from "https://aws-api.deno.dev/v0.4/services/autoscalingplans.ts?docs=full";
type ScalingStatusCode =
| "Inactive"
| "PartiallyActive"
| "Active"

§Type

§
"Inactive" | "PartiallyActive" | "Active" | cmnP.UnexpectedEnumValue
[src]