Values.UpdateAssessmentControlRequestSourceUpdates a control within an assessment in Audit Manager.
type nonrec t = {assessmentId : UUID.t;The unique identifier for the assessment.
*)controlSetId : ControlSetId.t;The unique identifier for the control set.
*)controlId : UUID.t;The unique identifier for the control.
*)controlStatus : ControlStatus.t option;The status of the control.
*)commentBody : ControlCommentBody.t option;The comment body text for the control.
*)}val make :
?controlStatus:??? ->
?commentBody:??? ->
assessmentId:UUID.t ->
controlSetId:ControlSetId.t ->
controlId:UUID.t ->
unit ->
t