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

UpdateSimulationApplicationRequest

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

§Properties

§
application: string
[src]

The application information for the simulation 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 simulation application.

§
renderingEngine?: RenderingEngine | null
[src]

The rendering engine for the simulation application.

§
robotSoftwareSuite: RobotSoftwareSuite
[src]

Information about the robot software suite (ROS distribution).

§
simulationSoftwareSuite: SimulationSoftwareSuite
[src]

The simulation software suite used by the simulation application.

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

The sources of the simulation application.