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

PutRecordsInput

import type { PutRecordsInput } from "https://aws-api.deno.dev/v0.3/services/kinesis.ts?docs=full";

A PutRecords request.

interface PutRecordsInput {
StreamName: string;
}

§Properties

§

The records associated with the request.

§
StreamName: string
[src]

The stream name associated with the request.