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

FlowExecutionStatus

import type { FlowExecutionStatus } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
type FlowExecutionStatus =
| "RUNNING"
| "ABORTED"
| "SUCCEEDED"
| "FAILED"

§Type

§
"RUNNING" | "ABORTED" | "SUCCEEDED" | "FAILED" | cmnP.UnexpectedEnumValue
[src]