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

ComposeEnvironmentsMessage

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

Request to create or update a group of environments.

interface ComposeEnvironmentsMessage {
ApplicationName?: string | null;
GroupName?: string | null;
VersionLabels?: string[] | null;
}

§Properties

§
ApplicationName?: string | null
[src]

The name of the application to which the specified source bundles belong.

§
GroupName?: string | null
[src]

The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.

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

A list of version labels, specifying one or more application source bundles that belong to the target application. Each source bundle must include an environment manifest that specifies the name of the environment and the name of the solution stack to use, and optionally can specify environment links to create.