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

CanaryState

import type { CanaryState } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";
type CanaryState =
| "CREATING"
| "READY"
| "STARTING"
| "RUNNING"
| "UPDATING"
| "STOPPING"
| "STOPPED"
| "ERROR"
| "DELETING"

§Type

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