Values.GetArchiveExportResponseSourceThe response containing details of the specified archive export job.
type nonrec t = {archiveId : ArchiveId.t option;The identifier of the archive the email export was performed from.
*)filters : ArchiveFilters.t option;The criteria used to filter emails included in the export.
*)fromTimestamp : Timestamp.t option;The start of the timestamp range the exported emails cover.
*)toTimestamp : Timestamp.t option;The end of the date range the exported emails cover.
*)maxResults : ExportMaxResults.t option;The maximum number of email items included in the export.
*)exportDestinationConfiguration : ExportDestinationConfiguration.t option;Where the exported emails are being delivered.
*)status : ExportStatus.t option;The current status of the export 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 ExportMaxResults.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
| `Structure of (string * [> `String of S3Location.t ]) list
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]