paws.networking (version 0.1.6)

route53domains_update_domain_nameservers: This operation replaces the current set of name servers for the domain with the specified set of name servers

Description

This operation 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.

Usage

route53domains_update_domain_nameservers(DomainName, FIAuthKey,
  Nameservers)

Arguments

DomainName

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

FIAuthKey

The authorization key for .fi domains

Nameservers

[required] A list of new name servers for the domain.

Request syntax

svc$update_domain_nameservers(
  DomainName = "string",
  FIAuthKey = "string",
  Nameservers = list(
    list(
      Name = "string",
      GlueIps = list(
        "string"
      )
    )
  )
)

Details

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.