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

DeactivateKeySigningKeyRequest

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

§Properties

§
HostedZoneId: string
[src]

A unique string used to identify a hosted zone.

§
Name: string
[src]

A string used to identify a key-signing key (KSK).