Values.UpdateApplicationVersionMessageSourcetype nonrec t = {applicationName : ApplicationName.t;The name of the application associated with this version. If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.
*)versionLabel : VersionLabel.t;The name of the version to update. If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.
*)description : Description.t option;A new description for this version.
*)}val make :
?description:??? ->
applicationName:ApplicationName.t ->
versionLabel:VersionLabel.t ->
unit ->
t