Values.UpdateAssessmentStatusRequestSourceUpdates the status of an assessment in Audit Manager.
type nonrec t = {assessmentId : UUID.t;The unique identifier for the assessment.
*)status : AssessmentStatus.t;The current status of the assessment.
*)}