RobotStatus
import type { RobotStatus } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";type RobotStatus =
| "Available"
| "Registered"
| "PendingNewDeployment"
| "Deploying"
| "Failed"
| "InSync"
| "NoResponse"
§Type
§
"Available" | "Registered" | "PendingNewDeployment" | "Deploying" | "Failed" | "InSync" | "NoResponse" | cmnP.UnexpectedEnumValue
[src]