Values.CreateApplicationRequestSourceCreates an application with the given name and description.
type nonrec t = {name : ApplicationName.t;The name of the application to be created.
*)description : ApplicationDescription.t option;The description of the application to be created.
*)wave : ApplicationWave.t option;The name of the migration wave of the application to be created.
*)}