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

DescribeApplicationsMessage

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

Request to describe one or more applications.

interface DescribeApplicationsMessage {
ApplicationNames?: string[] | null;
}

§Properties

§
ApplicationNames?: string[] | null
[src]

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.