Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateDomainNameserversRequest

import type { UpdateDomainNameserversRequest } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";

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.

interface UpdateDomainNameserversRequest {
DomainName: string;
FIAuthKey?: string | null;
Nameservers: Nameserver[];
}

§Properties

§
DomainName: string
[src]

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

§
FIAuthKey?: string | null
[src]

The authorization key for .fi domains

§
Nameservers: Nameserver[]
[src]

A list of new name servers for the domain.