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

IngestionStatus

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

Status of the ingestion process returned from scheduler service.

type IngestionStatus =
| "PENDING"
| "FAILED"
| "SUCCESS"
| "RUNNING"
| "STOP_REQUESTED"

§Type

§
"PENDING" | "FAILED" | "SUCCESS" | "RUNNING" | "STOP_REQUESTED" | cmnP.UnexpectedEnumValue
[src]