Values.GetMessageInsightsResponseSourceInformation about a message.
type nonrec t = {messageId : OutboundMessageId.t option;A unique identifier for the message.
*)fromEmailAddress : InsightsEmailAddress.t option;The from address used to send the message.
*)subject : EmailSubject.t option;The subject line of the message.
*)emailTags : MessageTagList.t option;A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.
*)insights : EmailInsightsList.t option;A set of insights associated with the message.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of BounceSubType.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of MessageTagName.t ])
list ]
list
| `String of OutboundMessageId.t ])
list ]