Values.UpdateProjectRequestSourceUpdates an IoT SiteWise Monitor project.
type nonrec t = {projectId : ID.t;The ID of the project to update.
*)projectName : Name.t;A new friendly name for the project.
*)projectDescription : Description.t option;A new description for the project.
*)clientToken : ClientToken.t option;A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
*)}