Deletes the specified version from the specified application.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_delete_application_version/ for full documentation.
elasticbeanstalk_delete_application_version(
ApplicationName,
VersionLabel,
DeleteSourceBundle = NULL
)
[required] The name of the application to which the version belongs.
[required] The label of the version to delete.
Set to true
to delete the source bundle from your storage bucket.
Otherwise, the application version is deleted only from Elastic
Beanstalk and the source bundle remains in Amazon S3.