RobotDeployment
import type { RobotDeployment } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/robomaker.ts";interface RobotDeployment {
arn?: string | null;
deploymentFinishTime?: Date | number | null;
deploymentStartTime?: Date | number | null;
failureCode?: DeploymentJobErrorCode | null;
failureReason?: string | null;
progressDetail?: ProgressDetail | null;
status?: RobotStatus | null;
}