Smaws_Client_SES.TestRenderTemplateCreates a preview of the MIME content of an email when provided with a template and a set of replacement data.
You can execute this operation no more than once per second.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidRenderingParameterException of
Types.invalid_rendering_parameter_exception
| `MissingRenderingAttributeException of
Types.missing_rendering_attribute_exception
| `TemplateDoesNotExistException of Types.template_does_not_exist_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.test_render_template_request ->
(Types.test_render_template_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidRenderingParameterException of
Types.invalid_rendering_parameter_exception
| `MissingRenderingAttributeException of
Types.missing_rendering_attribute_exception
| `TemplateDoesNotExistException of Types.template_does_not_exist_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.test_render_template_request ->
(Types.test_render_template_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidRenderingParameterException of
Types.invalid_rendering_parameter_exception
| `MissingRenderingAttributeException of
Types.missing_rendering_attribute_exception
| `TemplateDoesNotExistException of Types.template_does_not_exist_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result