Values.GetEvidenceByEvidenceFolderResponseSourceGets all evidence from a specified evidence folder in Audit Manager.
type nonrec t = {evidence : EvidenceList.t option;The list of evidence that the GetEvidenceByEvidenceFolder API returned.
*)nextToken : Token.t option;The pagination token that's used to fetch the next set of results.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of GenericArn.t ]) list ]
list
| `Map of
([> `String of EvidenceAttributeKey.t ]
* [> `String of EvidenceAttributeValue.t ])
list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of Token.t ])
list ]