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

DatasetStatus

import type { DatasetStatus } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
type DatasetStatus =
| "CREATED"
| "INGESTION_IN_PROGRESS"
| "ACTIVE"

§Type

§
"CREATED" | "INGESTION_IN_PROGRESS" | "ACTIVE" | cmnP.UnexpectedEnumValue
[src]