v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1457289301.4 KB

Describes a deployment job.

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

post/describeDeploymentJob

Request body

jobstring required

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

Response

Success

arnstring

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

fleetstring

The Amazon Resource Name (ARN) of the fleet.

status'Pending' | 'Preparing' | 'InProgress' | 'Failed' | 'Succeeded' | 'Canceled'

The status of the deployment job.

failureReasonstring

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

failureCode'ResourceNotFound' | 'EnvironmentSetupError' | 'EtagMismatch' | 'FailureThresholdBreached' | 'RobotDeploymentAborted' | 'RobotDeploymentNoResponse' | 'RobotAgentConnectionTimeout' | 'GreengrassDeploymentFailed' | 'InvalidGreengrassGroup' | 'MissingRobotArchitecture' | 'MissingRobotApplicationArchitecture' | 'MissingRobotDeploymentResource' | 'GreengrassGroupVersionDoesNotExist' | 'LambdaDeleted' | 'ExtractingBundleFailure' | 'PreLaunchFileFailure' | 'PostLaunchFileFailure' | 'BadPermissionError' | 'DownloadConditionFailed' | 'BadLambdaAssociated' | 'InternalServerError' | 'RobotApplicationDoesNotExist' | 'DeploymentFleetDoesNotExist' | 'FleetDeploymentTimeout'

The deployment job failure code.

createdAtstring date-time

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

tagsobject

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