Smaws_Client_ElasticBeanstalk.CreateEnvironmentLaunches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.
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.create_environment_message ->
(Types.environment_description,
[> 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.create_environment_message ->
(Types.environment_description 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