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

DescribeStreamOutput

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

Represents the output for DescribeStream.

interface DescribeStreamOutput {
StreamDescription: StreamDescription;
}

§Properties

§
StreamDescription: StreamDescription
[src]

The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.