Values.GetEvidenceByEvidenceFolderRequestSourceGets all evidence from a specified evidence folder in Audit Manager.
type nonrec t = {assessmentId : UUID.t;The identifier for the assessment.
*)controlSetId : ControlSetId.t;The identifier for the control set.
*)evidenceFolderId : UUID.t;The unique identifier for the folder that the evidence is stored in.
*)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 ->
evidenceFolderId:UUID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of UUID.t ]) list ]