DescribeDeploymentJobResponse
import type { DescribeDeploymentJobResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/robomaker.ts";interface DescribeDeploymentJobResponse {
arn?: string | null;
createdAt?: Date | number | null;
deploymentApplicationConfigs?: DeploymentApplicationConfig[] | null;
deploymentConfig?: DeploymentConfig | null;
failureCode?: DeploymentJobErrorCode | null;
failureReason?: string | null;
fleet?: string | null;
robotDeploymentSummary?: RobotDeployment[] | null;
status?: DeploymentStatus | null;
tags?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
deploymentApplicationConfigs?: DeploymentApplicationConfig[] | null
[src]§
deploymentConfig?: DeploymentConfig | null
[src]§
failureCode?: DeploymentJobErrorCode | null
[src]§
robotDeploymentSummary?: RobotDeployment[] | null
[src]§
status?: DeploymentStatus | null
[src]