Smaws_Client_ElasticBeanstalk.ComposeEnvironmentsCreate 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of Types.insufficient_privileges_exception
| `TooManyEnvironmentsException of Types.too_many_environments_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.compose_environments_message ->
(Types.environment_descriptions_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception
| `TooManyEnvironmentsException of Types.too_many_environments_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.compose_environments_message ->
(Types.environment_descriptions_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception
| `TooManyEnvironmentsException of Types.too_many_environments_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result