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

CreateRobotApplicationVersionRequest

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

§Properties

§
application: string
[src]

The application information for the robot application.

§
currentRevisionId?: string | null
[src]

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

§
imageDigest?: string | null
[src]

A SHA256 identifier for the Docker image that you use for your robot application.

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

The Amazon S3 identifier for the zip file bundle that you use for your robot application.