CommandPluginStatus
import type { CommandPluginStatus } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";type CommandPluginStatus =
| "Pending"
| "InProgress"
| "Success"
| "TimedOut"
| "Cancelled"
| "Failed"
§Type
§
"Pending" | "InProgress" | "Success" | "TimedOut" | "Cancelled" | "Failed" | cmnP.UnexpectedEnumValue
[src]