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

ExperimentActionStatus

import type { ExperimentActionStatus } from "https://aws-api.deno.dev/v0.4/services/fis.ts?docs=full";
type ExperimentActionStatus =
| "pending"
| "initiating"
| "running"
| "completed"
| "cancelled"
| "stopping"
| "stopped"
| "failed"

§Type

§
"pending" | "initiating" | "running" | "completed" | "cancelled" | "stopping" | "stopped" | "failed" | cmnP.UnexpectedEnumValue
[src]