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

StartImageBuilderRequest

import type { StartImageBuilderRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface StartImageBuilderRequest {
AppstreamAgentVersion?: string | null;
Name: string;
}

§Properties

§
AppstreamAgentVersion?: string | null
[src]

The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

§
Name: string
[src]

The name of the image builder.