Values.UpdateApplicationRequestSourceUpdates metadata about an application.
type nonrec t = {configurationId : ApplicationId.t;Configuration ID of the application to be updated.
*)name : ApplicationName.t option;New name of the application to be updated.
*)description : ApplicationDescription.t option;New description of the application to be updated.
*)wave : ApplicationWave.t option;The new migration wave of the application that you want to update.
*)}val make :
?name:??? ->
?description:??? ->
?wave:??? ->
configurationId:ApplicationId.t ->
unit ->
t