Values.TestRenderTemplateResponseSourceCreates 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.
type testRenderTemplateResult = {renderedTemplate : RenderedTemplate.t option;The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
*)}and t = {testRenderTemplateResult : testRenderTemplateResult;responseMetaData : responseMetaData;}type error = [ | `InvalidRenderingParameterException of InvalidRenderingParameterException.t| `MissingRenderingAttributeException of MissingRenderingAttributeException.t| `TemplateDoesNotExistException of TemplateDoesNotExistException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidRenderingParameterException of
InvalidRenderingParameterException.t
| `MissingRenderingAttributeException of MissingRenderingAttributeException.t
| `TemplateDoesNotExistException of TemplateDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidRenderingParameterException of
InvalidRenderingParameterException.t
| `MissingRenderingAttributeException of MissingRenderingAttributeException.t
| `TemplateDoesNotExistException of TemplateDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of RenderedTemplate.t ]) list ])
list ]