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

RegisterStreamConsumerInput

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

§Properties

§
ConsumerName: string
[src]

For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.

§
StreamARN: string
[src]

The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.