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

DisassociateDelegationSignerFromDomainRequest

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

§Properties

§
DomainName: string
[src]

Name of the domain.

§
Id: string
[src]

An internal identification number assigned to each DS record after it’s created. You can retrieve it as part of DNSSEC information returned by GetDomainDetail.