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/datapipeline.ts?docs=full";
type TaskStatus =
| "FINISHED"
| "FAILED"
| "FALSE"

§Type

§
"FINISHED" | "FAILED" | "FALSE" | cmnP.UnexpectedEnumValue
[src]