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

GetDNSSECResponse

import type { GetDNSSECResponse } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";
interface GetDNSSECResponse {
KeySigningKeys: KeySigningKey[];
Status: DNSSECStatus;
}

§Properties

§
KeySigningKeys: KeySigningKey[]
[src]

The key-signing keys (KSKs) in your account.

§

A string repesenting the status of DNSSEC.