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

CreateSimulationApplicationVersionRequest

import type { CreateSimulationApplicationVersionRequest } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface CreateSimulationApplicationVersionRequest {
application: string;
currentRevisionId?: string | null;
imageDigest?: string | null;
s3Etags?: string[] | null;
}

§Properties

§
application: string
[src]

The application information for the simulation application.

§
currentRevisionId?: string | null
[src]

The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.

§
imageDigest?: string | null
[src]

The SHA256 digest used to identify the Docker image URI used to created the simulation application.

§
s3Etags?: string[] | null
[src]

The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.