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

UpdateApplicationRequest

import type { UpdateApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";
interface UpdateApplicationRequest {
AppBlockArn?: string | null;
AttributesToDelete?: ApplicationAttribute[] | null;
Description?: string | null;
DisplayName?: string | null;
IconS3Location?: S3Location | null;
LaunchParameters?: string | null;
LaunchPath?: string | null;
Name: string;
WorkingDirectory?: string | null;
}

§Properties

§
AppBlockArn?: string | null
[src]

The ARN of the app block.

§
AttributesToDelete?: ApplicationAttribute[] | null
[src]

The attributes to delete for an application.

§
Description?: string | null
[src]

The description of the application.

§
DisplayName?: string | null
[src]

The display name of the application. This name is visible to users in the application catalog.

§
IconS3Location?: S3Location | null
[src]

The icon S3 location of the application.

§
LaunchParameters?: string | null
[src]

The launch parameters of the application.

§
LaunchPath?: string | null
[src]

The launch path of the application.

§
Name: string
[src]

The name of the application. This name is visible to users when display name is not specified.

§
WorkingDirectory?: string | null
[src]

The working directory of the application.