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

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;
}

§Properties

§
arn?: string | null
[src]
§
deploymentFinishTime?: Date | number | null
[src]
§
deploymentStartTime?: Date | number | null
[src]
§
failureCode?: DeploymentJobErrorCode | null
[src]
§
failureReason?: string | null
[src]
§
progressDetail?: ProgressDetail | null
[src]
§
status?: RobotStatus | null
[src]