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

Nameserver

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

Name server includes the following elements.

interface Nameserver {
GlueIps?: string[] | null;
Name: string;
}

§Properties

§
GlueIps?: string[] | null
[src]

Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.

Constraints: The list can contain only one IPv4 and one IPv6 address.

§
Name: string
[src]

The fully qualified host name of the name server.

Constraint: Maximum 255 characters