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

GenerateDataKeyWithoutPlaintextResponse

import type { GenerateDataKeyWithoutPlaintextResponse } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
interface GenerateDataKeyWithoutPlaintextResponse {
CiphertextBlob?: Uint8Array | null;
KeyId?: string | null;
}

§Properties

§
CiphertextBlob?: Uint8Array | null
[src]

The encrypted data key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.

§
KeyId?: string | null
[src]

The Amazon Resource Name (key ARN) of the KMS key that encrypted the data key.