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

SystemInstanceDeploymentStatus

import type { SystemInstanceDeploymentStatus } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
type SystemInstanceDeploymentStatus =
| "NOT_DEPLOYED"
| "BOOTSTRAP"
| "DEPLOY_IN_PROGRESS"
| "DEPLOYED_IN_TARGET"
| "UNDEPLOY_IN_PROGRESS"
| "FAILED"
| "PENDING_DELETE"
| "DELETED_IN_TARGET"

§Type

§
"NOT_DEPLOYED" | "BOOTSTRAP" | "DEPLOY_IN_PROGRESS" | "DEPLOYED_IN_TARGET" | "UNDEPLOY_IN_PROGRESS" | "FAILED" | "PENDING_DELETE" | "DELETED_IN_TARGET" | cmnP.UnexpectedEnumValue
[src]