Values.GetArchiveMessageResponseSourceThe response containing details about the requested archived email message.
type nonrec t = {messageDownloadLink : S3PresignedURL.t option;A pre-signed URL to temporarily download the full message content.
*)metadata : Metadata.t option;The metadata about the email.
*)envelope : Envelope.t option;The SMTP envelope information of the email.
*)}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
* [> `String of S3PresignedURL.t
| `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of IngressPointId.t
| `Timestamp of Timestamp.t ])
list ])
list ]