Values.UpdateApplicationInputSourceRepresents the input of an UpdateApplication operation.
type nonrec t = {applicationName : ApplicationName.t option;The current name of the application you want to change.
*)newApplicationName : ApplicationName.t option;The new name to give the application.
*)}