Values.GetCustomVerificationEmailTemplateResponseSourceThe following elements are returned by the service.
type nonrec t = {templateName : EmailTemplateName.t option;The name of the custom verification email template.
*)fromEmailAddress : EmailAddress.t option;The email address that the custom verification email is sent from.
*)templateSubject : EmailTemplateSubject.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.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of EmailTemplateName.t ])
list ]