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

CreateKeySigningKeyResponse

import type { CreateKeySigningKeyResponse } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";
interface CreateKeySigningKeyResponse {
ChangeInfo: ChangeInfo;
KeySigningKey: KeySigningKey;
Location: string;
}

§Properties

§
ChangeInfo: ChangeInfo
[src]
§
KeySigningKey: KeySigningKey
[src]

The key-signing key (KSK) that the request creates.

§
Location: string
[src]

The unique URL representing the new key-signing key (KSK).