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

DescribeStreamConsumerInput

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

§Properties

§
ConsumerARN?: string | null
[src]

The ARN returned by Kinesis Data Streams when you registered the consumer.

§
ConsumerName?: string | null
[src]

The name that you gave to the consumer.

§
StreamARN?: string | null
[src]

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.