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

RegisterStreamConsumerOutput

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

§Properties

§
Consumer: Consumer
[src]

An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.