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

CreateSimulationApplicationVersionResponse

import type { CreateSimulationApplicationVersionResponse } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface CreateSimulationApplicationVersionResponse {
arn?: string | null;
environment?: Environment | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
renderingEngine?: RenderingEngine | null;
revisionId?: string | null;
robotSoftwareSuite?: RobotSoftwareSuite | null;
simulationSoftwareSuite?: SimulationSoftwareSuite | null;
sources?: Source[] | null;
version?: string | null;
}

§Properties

§
arn?: string | null
[src]

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

§
environment?: Environment | null
[src]

The object that contains the Docker image URI used to create the simulation application.

§
lastUpdatedAt?: Date | number | null
[src]

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

§
name?: string | null
[src]

The name of the simulation application.

§
renderingEngine?: RenderingEngine | null
[src]

The rendering engine for the simulation application.

§
revisionId?: string | null
[src]

The revision ID of the simulation application.

§
robotSoftwareSuite?: RobotSoftwareSuite | null
[src]

Information about the robot software suite (ROS distribution).

§
simulationSoftwareSuite?: SimulationSoftwareSuite | null
[src]

The simulation software suite used by the simulation application.

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

The sources of the simulation application.

§
version?: string | null
[src]

The version of the simulation application.