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

StackInstanceStatus

import type { StackInstanceStatus } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
type StackInstanceStatus =
| "CURRENT"
| "OUTDATED"
| "INOPERABLE"

§Type

§
"CURRENT" | "OUTDATED" | "INOPERABLE" | cmnP.UnexpectedEnumValue
[src]