Smaws_Client_ElasticBeanstalk.CreatePlatformVersionCreate a new version of your custom platform.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ElasticBeanstalkServiceException of
Types.elastic_beanstalk_service_exception
| `InsufficientPrivilegesException of Types.insufficient_privileges_exception
| `TooManyPlatformsException of Types.too_many_platforms_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_platform_version_request ->
(Types.create_platform_version_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ElasticBeanstalkServiceException of
Types.elastic_beanstalk_service_exception
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception
| `TooManyPlatformsException of Types.too_many_platforms_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_platform_version_request ->
(Types.create_platform_version_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ElasticBeanstalkServiceException of
Types.elastic_beanstalk_service_exception
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception
| `TooManyPlatformsException of Types.too_many_platforms_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result