Values.UpdateRepositoryNameInputSourceRepresents the input of an update repository description operation.
type nonrec t = {oldName : RepositoryName.t;The current name of the repository.
*)newName : RepositoryName.t;The new name for the repository.
*)}