Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateRobotApplicationRequest

import type { UpdateRobotApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface UpdateRobotApplicationRequest {
application: string;
currentRevisionId?: string | null;
environment?: Environment | null;
robotSoftwareSuite: RobotSoftwareSuite;
sources?: SourceConfig[] | null;
}

§Properties

§
application: string
[src]

The application information for the robot application.

§
currentRevisionId?: string | null
[src]

The revision id for the robot application.

§
environment?: Environment | null
[src]

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

§
robotSoftwareSuite: RobotSoftwareSuite
[src]

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

§
sources?: SourceConfig[] | null
[src]

The sources of the robot application.