Smaws_Client_ElasticBeanstalk.DeleteApplicationVersionDeletes the specified version from the specified application.
You cannot delete an application version that is associated with a running environment.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of Types.insufficient_privileges_exception
| `OperationInProgressException of Types.operation_in_progress_exception
| `S3LocationNotInServiceRegionException of
Types.s3_location_not_in_service_region_exception
| `SourceBundleDeletionException of Types.source_bundle_deletion_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_application_version_message ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception
| `OperationInProgressException of Types.operation_in_progress_exception
| `S3LocationNotInServiceRegionException of
Types.s3_location_not_in_service_region_exception
| `SourceBundleDeletionException of Types.source_bundle_deletion_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_application_version_message ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception
| `OperationInProgressException of Types.operation_in_progress_exception
| `S3LocationNotInServiceRegionException of
Types.s3_location_not_in_service_region_exception
| `SourceBundleDeletionException of Types.source_bundle_deletion_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result