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

ApplicationVersionDescriptionMessage

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

Result message wrapping a single description of an application version.

interface ApplicationVersionDescriptionMessage {
ApplicationVersion?: ApplicationVersionDescription | null;
}

§Properties

§
ApplicationVersion?: ApplicationVersionDescription | null
[src]

The "ApplicationVersionDescription" of the application version.