Module Smaws_Client_SES.UpdateTemplate

Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single operation. For more information, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `InvalidTemplateException of Types.invalid_template_exception | `TemplateDoesNotExistException of Types.template_does_not_exist_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_template_request -> (Types.update_template_response, [> Smaws_Lib.Protocols.AwsQuery.error | `InvalidTemplateException of Types.invalid_template_exception | `TemplateDoesNotExistException of Types.template_does_not_exist_exception ]) Stdlib.result