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

UpdateApplicationVersionMessage

import type { UpdateApplicationVersionMessage } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";
interface UpdateApplicationVersionMessage {
ApplicationName: string;
Description?: string | null;
VersionLabel: string;
}

§Properties

§
ApplicationName: string
[src]

The name of the application associated with this version.

If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.

§
Description?: string | null
[src]

A new description for this version.

§
VersionLabel: string
[src]

The name of the version to update.

If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.