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 UpdateRobotApplicationCommandOutputProtected

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

arn?: string

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

environment?: Environment

The object that contains the Docker image URI for your robot application.

lastUpdatedAt?: Date

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

name?: string

The name of the robot application.

revisionId?: string

The revision id of the robot application.

robotSoftwareSuite?: RobotSoftwareSuite

The robot software suite (ROS distribution) used by the robot application.

sources?: Source[]

The sources of the robot application.

version?: string

The version of the robot application.