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

PutRecordOutput

import type { PutRecordOutput } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";
interface PutRecordOutput {
Encrypted?: boolean | null;
RecordId: string;
}

§Properties

§
Encrypted?: boolean | null
[src]

Indicates whether server-side encryption (SSE) was enabled during this operation.

§
RecordId: string
[src]

The ID of the record.