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

DeleteApplicationVersionMessage

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

Request to delete an application version.

interface DeleteApplicationVersionMessage {
ApplicationName: string;
DeleteSourceBundle?: boolean | null;
VersionLabel: string;
}

§Properties

§
ApplicationName: string
[src]

The name of the application to which the version belongs.

§
DeleteSourceBundle?: boolean | null
[src]

Set to true to delete the source bundle from your storage bucket. Otherwise, the application version is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.

§
VersionLabel: string
[src]

The label of the version to delete.