Smaws_Client_ElasticBeanstalk.CreateApplicationCreates an application that has one configuration template named default and no application versions.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `TooManyApplicationsException of Types.too_many_applications_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_application_message ->
(Types.application_description_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `TooManyApplicationsException of Types.too_many_applications_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_application_message ->
(Types.application_description_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `TooManyApplicationsException of Types.too_many_applications_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result