Values.GetCustomVerificationEmailTemplateResponseSourceThe content of the custom verification email template.
type getCustomVerificationEmailTemplateResult = {templateName : TemplateName.t option;The name of the custom verification email template.
*)fromEmailAddress : FromAddress.t option;The email address that the custom verification email is sent from.
*)templateSubject : Subject.t option;The subject line of the custom verification email.
*)templateContent : TemplateContent.t option;The content of the custom verification email.
*)successRedirectionURL : SuccessRedirectionURL.t option;The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
*)failureRedirectionURL : FailureRedirectionURL.t option;The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
*)}and t = {getCustomVerificationEmailTemplateResult : getCustomVerificationEmailTemplateResult;responseMetaData : responseMetaData;}type error = [ | `CustomVerificationEmailTemplateDoesNotExistException of
CustomVerificationEmailTemplateDoesNotExistException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CustomVerificationEmailTemplateDoesNotExistException of
CustomVerificationEmailTemplateDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CustomVerificationEmailTemplateDoesNotExistException of
CustomVerificationEmailTemplateDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of TemplateName.t ]) list ])
list ]