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

UpdateApplicationMessage

import type { UpdateApplicationMessage } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

Request to update an application.

interface UpdateApplicationMessage {
ApplicationName: string;
Description?: string | null;
}

§Properties

§
ApplicationName: string
[src]

The name of the application to update. If no such application is found, UpdateApplication returns an InvalidParameterValue error.

§
Description?: string | null
[src]

A new description for the application.

Default: If not specified, AWS Elastic Beanstalk does not update the description.