Module Smaws_Client_SES.SendBulkTemplatedEmail

Composes an email message to multiple destinations. The message body is created using an email template.

To send email using this operation, your call must meet the following requirements:

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `AccountSendingPausedException of Types.account_sending_paused_exception | `ConfigurationSetDoesNotExistException of Types.configuration_set_does_not_exist_exception | `ConfigurationSetSendingPausedException of Types.configuration_set_sending_paused_exception | `MailFromDomainNotVerifiedException of Types.mail_from_domain_not_verified_exception | `MessageRejected of Types.message_rejected | `TemplateDoesNotExistException of Types.template_does_not_exist_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.send_bulk_templated_email_request -> (Types.send_bulk_templated_email_response, [> Smaws_Lib.Protocols.AwsQuery.error | `AccountSendingPausedException of Types.account_sending_paused_exception | `ConfigurationSetDoesNotExistException of Types.configuration_set_does_not_exist_exception | `ConfigurationSetSendingPausedException of Types.configuration_set_sending_paused_exception | `MailFromDomainNotVerifiedException of Types.mail_from_domain_not_verified_exception | `MessageRejected of Types.message_rejected | `TemplateDoesNotExistException of Types.template_does_not_exist_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.send_bulk_templated_email_request -> (Types.send_bulk_templated_email_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `AccountSendingPausedException of Types.account_sending_paused_exception | `ConfigurationSetDoesNotExistException of Types.configuration_set_does_not_exist_exception | `ConfigurationSetSendingPausedException of Types.configuration_set_sending_paused_exception | `MailFromDomainNotVerifiedException of Types.mail_from_domain_not_verified_exception | `MessageRejected of Types.message_rejected | `TemplateDoesNotExistException of Types.template_does_not_exist_exception ] * Smaws_Lib.Response.metadata) Stdlib.result