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

DataViewStatus

import type { DataViewStatus } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";

Status of a DataView

type DataViewStatus =
| "RUNNING"
| "STARTING"
| "FAILED"
| "CANCELLED"
| "TIMEOUT"
| "SUCCESS"
| "PENDING"
| "FAILED_CLEANUP_FAILED"

§Type

§
"RUNNING" | "STARTING" | "FAILED" | "CANCELLED" | "TIMEOUT" | "SUCCESS" | "PENDING" | "FAILED_CLEANUP_FAILED" | cmnP.UnexpectedEnumValue
[src]