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

GenerateDataKeyPairResponse

import type { GenerateDataKeyPairResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kms.ts";
interface GenerateDataKeyPairResponse {
KeyId?: string | null;
KeyPairSpec?: DataKeyPairSpec | null;
PrivateKeyCiphertextBlob?: Uint8Array | null;
PrivateKeyPlaintext?: Uint8Array | null;
PublicKey?: Uint8Array | null;
}

§Properties

§
KeyId?: string | null
[src]
§
KeyPairSpec?: DataKeyPairSpec | null
[src]
§
PrivateKeyCiphertextBlob?: Uint8Array | null
[src]
§
PrivateKeyPlaintext?: Uint8Array | null
[src]
§
PublicKey?: Uint8Array | null
[src]