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

QueryExecutionState

import type { QueryExecutionState } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";
type QueryExecutionState =
| "QUEUED"
| "RUNNING"
| "SUCCEEDED"
| "FAILED"
| "CANCELLED"

§Type

§
"QUEUED" | "RUNNING" | "SUCCEEDED" | "FAILED" | "CANCELLED" | cmnP.UnexpectedEnumValue
[src]