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-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticbeanstalk.ts";
interface DeleteApplicationVersionMessage {
ApplicationName: string;
DeleteSourceBundle?: boolean | null;
VersionLabel: string;
}

§Properties

§
ApplicationName: string
[src]
§
DeleteSourceBundle?: boolean | null
[src]
§
VersionLabel: string
[src]