Values.DeleteApplicationVersionMessageSourceRequest to delete an application version.
type nonrec t = {applicationName : ApplicationName.t;The name of the application to which the version belongs.
*)versionLabel : VersionLabel.t;The label of the version to delete.
*)deleteSourceBundle : DeleteSourceBundle.t option;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.
*)}val make :
?deleteSourceBundle:??? ->
applicationName:ApplicationName.t ->
versionLabel:VersionLabel.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DeleteSourceBundle.t | `String of ApplicationName.t ])
list ]