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

Amazonka.ElasticBeanstalk.ComposeEnvironments

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

data ComposeEnvironments Source #

Request to create or update a group of environments.

See: newComposeEnvironments smart constructor.

Constructors

ComposeEnvironments' 

Fields

  • versionLabels :: Maybe [Text]

    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.

  • applicationName :: Maybe Text

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

  • groupName :: Maybe Text

    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.

Instances

Instances details
Eq ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

Read ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

Show ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

Generic ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

Associated Types

type Rep ComposeEnvironments :: Type -> Type #

NFData ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

Methods

rnf :: ComposeEnvironments -> () #

Hashable ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

AWSRequest ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

Associated Types

type AWSResponse ComposeEnvironments #

ToHeaders ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

ToPath ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

ToQuery ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

type Rep ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

type Rep ComposeEnvironments = D1 ('MetaData "ComposeEnvironments" "Amazonka.ElasticBeanstalk.ComposeEnvironments" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ComposeEnvironments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "versionLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse ComposeEnvironments Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.ComposeEnvironments

newComposeEnvironments :: ComposeEnvironments Source #

Create a value of ComposeEnvironments with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:versionLabels:ComposeEnvironments', composeEnvironments_versionLabels - 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.

$sel:applicationName:ComposeEnvironments', composeEnvironments_applicationName - The name of the application to which the specified source bundles belong.

$sel:groupName:ComposeEnvironments', composeEnvironments_groupName - 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.

Request Lenses

composeEnvironments_versionLabels :: Lens' ComposeEnvironments (Maybe [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.

composeEnvironments_applicationName :: Lens' ComposeEnvironments (Maybe Text) Source #

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

composeEnvironments_groupName :: 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

data EnvironmentDescriptionsMessage Source #

Result message containing a list of environment descriptions.

See: newEnvironmentDescriptionsMessage smart constructor.

Constructors

EnvironmentDescriptionsMessage' 

Fields

Instances

Instances details
Eq EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Read EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Show EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Generic EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Associated Types

type Rep EnvironmentDescriptionsMessage :: Type -> Type #

NFData EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Hashable EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

FromXML EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

type Rep EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

type Rep EnvironmentDescriptionsMessage = D1 ('MetaData "EnvironmentDescriptionsMessage" "Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentDescriptionsMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentDescription]))))

newEnvironmentDescriptionsMessage :: EnvironmentDescriptionsMessage Source #

Create a value of EnvironmentDescriptionsMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:EnvironmentDescriptionsMessage', environmentDescriptionsMessage_nextToken - In a paginated request, the token that you can pass in a subsequent request to get the next response page.

$sel:environments:EnvironmentDescriptionsMessage', environmentDescriptionsMessage_environments - Returns an EnvironmentDescription list.

Response Lenses

environmentDescriptionsMessage_nextToken :: Lens' EnvironmentDescriptionsMessage (Maybe Text) Source #

In a paginated request, the token that you can pass in a subsequent request to get the next response page.