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

Record

import type { Record } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kinesis.ts";
interface Record {
ApproximateArrivalTimestamp?: Date | number | null;
Data: Uint8Array;
EncryptionType?: EncryptionType | null;
PartitionKey: string;
SequenceNumber: string;
}

§Properties

§
ApproximateArrivalTimestamp?: Date | number | null
[src]
§
Data: Uint8Array
[src]
§
EncryptionType?: EncryptionType | null
[src]
§
PartitionKey: string
[src]
§
SequenceNumber: string
[src]