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

CanaryStatus

import type { CanaryStatus } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";

A structure that contains the current state of the canary.

interface CanaryStatus {
State?: CanaryState | null;
StateReason?: string | null;
StateReasonCode?: CanaryStateReasonCode | null;
}

§Properties

§
State?: CanaryState | null
[src]

The current state of the canary.

§
StateReason?: string | null
[src]

If the canary has insufficient permissions to run, this field provides more details.

§
StateReasonCode?: CanaryStateReasonCode | null
[src]

If the canary cannot run or has failed, this field displays the reason.