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

DescribeSimulationApplicationRequest

import type { DescribeSimulationApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface DescribeSimulationApplicationRequest {
application: string;
applicationVersion?: string | null;
}

§Properties

§
application: string
[src]

The application information for the simulation application.

§
applicationVersion?: string | null
[src]

The version of the simulation application to describe.