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

MigrationWorkflowStatusEnum

import type { MigrationWorkflowStatusEnum } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
type MigrationWorkflowStatusEnum =
| "CREATING"
| "NOT_STARTED"
| "CREATION_FAILED"
| "STARTING"
| "IN_PROGRESS"
| "WORKFLOW_FAILED"
| "PAUSED"
| "PAUSING"
| "PAUSING_FAILED"
| "USER_ATTENTION_REQUIRED"
| "DELETING"
| "DELETION_FAILED"
| "DELETED"
| "COMPLETED"

§Type

§
"CREATING" | "NOT_STARTED" | "CREATION_FAILED" | "STARTING" | "IN_PROGRESS" | "WORKFLOW_FAILED" | "PAUSED" | "PAUSING" | "PAUSING_FAILED" | "USER_ATTENTION_REQUIRED" | "DELETING" | "DELETION_FAILED" | "DELETED" | "COMPLETED" | cmnP.UnexpectedEnumValue
[src]