amazonka-elasticbeanstalk-1.4.0: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.ComposeEnvironments

Contents

Description

Create or update a group of environments that each run a separate component of a single application. Takes a list of version labels that specify application source bundles for each of the environments to create or update. The name of each environment and other required information must be included in the source bundles in an environment manifest named 'env.yaml'. See Compose Environments for details.

Synopsis

Creating a Request

composeEnvironments :: ComposeEnvironments Source

Creates a value of ComposeEnvironments with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ceVersionLabels :: Lens' ComposeEnvironments [Text] Source

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.

ceApplicationName :: Lens' ComposeEnvironments (Maybe Text) Source

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

ceGroupName :: Lens' ComposeEnvironments (Maybe Text) Source

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.

Destructuring the Response

environmentDescriptionsMessage :: EnvironmentDescriptionsMessage Source

Creates a value of EnvironmentDescriptionsMessage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses