Module Values.ResendContactReachabilityEmailRequestSource

For 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.

Sourcetype nonrec t = {
  1. domainName : DomainName.t option;
    (*

    The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.

    *)
}
Sourceval make : ?domainName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t