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 CreateRobotApplicationVersionRequest

Hierarchy

Properties

application: undefined | string

The application information for the robot application.

currentRevisionId?: string

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.

imageDigest?: string

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

s3Etags?: string[]

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