Module Values.SendEmailResponseSource

Represents a unique message ID.

Sourcetype sendEmailResult = {
  1. messageId : MessageId.t option;
    (*

    The unique message identifier returned from the SendEmail action.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. sendEmailResult : sendEmailResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AccountSendingPausedException of AccountSendingPausedException.t
  2. | `ConfigurationSetDoesNotExistException of ConfigurationSetDoesNotExistException.t
  3. | `ConfigurationSetSendingPausedException of ConfigurationSetSendingPausedException.t
  4. | `MailFromDomainNotVerifiedException of MailFromDomainNotVerifiedException.t
  5. | `MessageRejected of MessageRejected.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?messageId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccountSendingPausedException of unit | `ConfigurationSetDoesNotExistException of ConfigurationSetDoesNotExistException.t | `ConfigurationSetSendingPausedException of ConfigurationSetSendingPausedException.t | `MailFromDomainNotVerifiedException of unit | `MessageRejected of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccountSendingPausedException of unit | `ConfigurationSetDoesNotExistException of ConfigurationSetDoesNotExistException.t | `ConfigurationSetSendingPausedException of ConfigurationSetSendingPausedException.t | `MailFromDomainNotVerifiedException of unit | `MessageRejected of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of MessageId.t ]) list ]) 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