v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1457289301.4 KB

Creates a version of a robot application.

post/createRobotApplicationVersion

Request body

applicationstring required

The application information for the robot application.

currentRevisionIdstring

The current revision id for the robot application. If you provide a value and it matches the latest revision ID, a new version will be created.

s3EtagsS3Etag[]

The Amazon S3 identifier for the zip file bundle that you use for your robot application.

imageDigeststring

A SHA256 identifier for the Docker image that you use for your robot application.

Response

Success

arnstring

The Amazon Resource Name (ARN) of the robot application.

namestring

The name of the robot application.

versionstring

The version of the robot application.

lastUpdatedAtstring date-time

The time, in milliseconds since the epoch, when the robot application was last updated.

revisionIdstring

The revision id of the robot application.