Module Values.UpdateDomainNameserversRequestSource

Replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain. If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

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

    The name of the domain that you want to change name servers for.

    *)
  2. fIAuthKey : FIAuthKey.t option;
    (*

    The authorization key for .fi domains

    *)
  3. nameservers : NameserverList.t;
    (*

    A list of new name servers for the domain.

    *)
}
Sourceval context_ : string
Sourceval make : ?fIAuthKey:??? -> domainName:DomainName.t -> nameservers:NameserverList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of GlueIp.t ] list | `String of HostName.t ]) list ] list | `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