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

TaskStatus

import type { TaskStatus } from "https://aws-api.deno.dev/v0.3/services/datasync.ts?docs=full";
type TaskStatus =
| "AVAILABLE"
| "CREATING"
| "QUEUED"
| "RUNNING"
| "UNAVAILABLE"

§Type

§
"AVAILABLE" | "CREATING" | "QUEUED" | "RUNNING" | "UNAVAILABLE" | cmnP.UnexpectedEnumValue
[src]