Module Values.GetMessageInsightsRequestSource

A request to return information about a message.

Sourcetype nonrec t = {
  1. messageId : OutboundMessageId.t;
    (*

    A MessageId is a unique identifier for a message, and is returned when sending emails through Amazon SES.

    *)
}
Sourceval context_ : string
Sourceval make : messageId:OutboundMessageId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OutboundMessageId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t