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 SyncDeploymentJobCommandOutputProtected

The output of SyncDeploymentJobCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

arn?: string

The Amazon Resource Name (ARN) of the synchronization request.

createdAt?: Date

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

deploymentApplicationConfigs?: DeploymentApplicationConfig[]

Information about the deployment application configurations.

deploymentConfig?: DeploymentConfig

Information about the deployment configuration.

failureCode?: string

The failure code if the job fails:

InternalServiceError

Internal service error.

RobotApplicationCrash

Robot application exited abnormally.

SimulationApplicationCrash

Simulation application exited abnormally.

BadPermissionsRobotApplication

Robot application bundle could not be downloaded.

BadPermissionsSimulationApplication

Simulation application bundle could not be downloaded.

BadPermissionsS3Output

Unable to publish outputs to customer-provided S3 bucket.

BadPermissionsCloudwatchLogs

Unable to publish logs to customer-provided CloudWatch Logs resource.

SubnetIpLimitExceeded

Subnet IP limit exceeded.

ENILimitExceeded

ENI limit exceeded.

BadPermissionsUserCredentials

Unable to use the Role provided.

InvalidBundleRobotApplication

Robot bundle cannot be extracted (invalid format, bundling error, or other issue).

InvalidBundleSimulationApplication

Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).

RobotApplicationVersionMismatchedEtag

Etag for RobotApplication does not match value during version creation.

SimulationApplicationVersionMismatchedEtag

Etag for SimulationApplication does not match value during version creation.

failureReason?: string

The failure reason if the job fails.

fleet?: string

The Amazon Resource Name (ARN) of the fleet.

status?: string

The status of the synchronization job.