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

ScheduledQueryRunStatus

import type { ScheduledQueryRunStatus } from "https://aws-api.deno.dev/v0.3/services/timestreamquery.ts?docs=full";
type ScheduledQueryRunStatus =
| "AUTO_TRIGGER_SUCCESS"
| "AUTO_TRIGGER_FAILURE"
| "MANUAL_TRIGGER_SUCCESS"
| "MANUAL_TRIGGER_FAILURE"

§Type

§
"AUTO_TRIGGER_SUCCESS" | "AUTO_TRIGGER_FAILURE" | "MANUAL_TRIGGER_SUCCESS" | "MANUAL_TRIGGER_FAILURE" | cmnP.UnexpectedEnumValue
[src]