Smaws_Client_ElasticBeanstalk.DeletePlatformVersionDeletes the specified version of a custom platform.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ElasticBeanstalkServiceException of
Types.elastic_beanstalk_service_exception
| `InsufficientPrivilegesException of Types.insufficient_privileges_exception
| `OperationInProgressException of Types.operation_in_progress_exception
| `PlatformVersionStillReferencedException of
Types.platform_version_still_referenced_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_platform_version_request ->
(Types.delete_platform_version_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ElasticBeanstalkServiceException of
Types.elastic_beanstalk_service_exception
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception
| `OperationInProgressException of Types.operation_in_progress_exception
| `PlatformVersionStillReferencedException of
Types.platform_version_still_referenced_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_platform_version_request ->
(Types.delete_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
| `OperationInProgressException of Types.operation_in_progress_exception
| `PlatformVersionStillReferencedException of
Types.platform_version_still_referenced_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result