Values.ResendContactReachabilityEmailResponseSourceFor operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact.
type nonrec t = {domainName : DomainName.t option;The domain name for which you requested a confirmation email.
*)emailAddress : Email.t option;The email address for the registrant contact at the time that we sent the verification email.
*)isAlreadyVerified : Boolean.t option;True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
*)}type nonrec error = [ | `InvalidInput of InvalidInput.t| `OperationLimitExceeded of OperationLimitExceeded.t| `TLDInMaintenance of TLDInMaintenance.t| `UnsupportedTLD of UnsupportedTLD.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `OperationLimitExceeded of OperationLimitExceeded.t
| `TLDInMaintenance of TLDInMaintenance.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `OperationLimitExceeded of OperationLimitExceeded.t
| `TLDInMaintenance of TLDInMaintenance.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DomainName.t ]) list ]