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

GenerateRandomResponse

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

§Properties

§
Plaintext?: Uint8Array | null
[src]

The random byte string. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.