Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface DescribeDeploymentJobCommandOutputProtected

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

arn?: string

The Amazon Resource Name (ARN) of the deployment job.

createdAt?: Date

The time, in milliseconds since the epoch, when the deployment job was created.

deploymentApplicationConfigs?: DeploymentApplicationConfig[]

The deployment application configuration.

deploymentConfig?: DeploymentConfig

The deployment configuration.

failureCode?: string

The deployment job failure code.

failureReason?: string

A short description of the reason why the deployment job failed.

fleet?: string

The Amazon Resource Name (ARN) of the fleet.

robotDeploymentSummary?: RobotDeployment[]

A list of robot deployment summaries.

status?: string

The status of the deployment job.

tags?: Record<string, string>

The list of all tags added to the specified deployment job.