Values.GetArchiveSearchResponseSourceThe response containing details of the specified archive search job.
type nonrec t = {archiveId : ArchiveId.t option;The identifier of the archive the email search was performed in.
*)filters : ArchiveFilters.t option;The criteria used to filter emails included in the search.
*)fromTimestamp : Timestamp.t option;The start timestamp of the range the searched emails cover.
*)toTimestamp : Timestamp.t option;The end timestamp of the range the searched emails cover.
*)maxResults : SearchMaxResults.t option;The maximum number of search results to return.
*)status : SearchStatus.t option;The current status of the search job.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of SearchMaxResults.t
| `String of ArchiveId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of StringValue.t ] list
| `Structure of
(string * [> `Enum of string ]) list ])
list ])
list ]
list
| `String of ErrorMessage.t
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]