Values.GetEvidenceFoldersByAssessmentControlRequestSourceGets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
type nonrec t = {assessmentId : UUID.t;The identifier for the assessment.
*)controlSetId : ControlSetId.t;The identifier for the control set.
*)controlId : UUID.t;The identifier for the control.
*)nextToken : Token.t option;The pagination token that's used to fetch the next set of results.
*)maxResults : MaxResults.t option;Represents the maximum number of results on a page or for an API request call.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
assessmentId:UUID.t ->
controlSetId:ControlSetId.t ->
controlId:UUID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of UUID.t ]) list ]