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

DelegationSet

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

A complex type that lists the name servers in a delegation set, as well as the CallerReference and the ID for the delegation set.

interface DelegationSet {
CallerReference?: string | null;
Id?: string | null;
NameServers: string[];
}

§Properties

§
CallerReference?: string | null
[src]

The value that you specified for CallerReference when you created the reusable delegation set.

§
Id?: string | null
[src]

The ID that Amazon Route 53 assigns to a reusable delegation set.

§
NameServers: string[]
[src]

A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.