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.4/services/dynamodbstreams.ts?docs=full";

Represents the output of a DescribeStream operation.

interface DescribeStreamOutput {
StreamDescription?: StreamDescription | null;
}

§Properties

§
StreamDescription?: StreamDescription | null
[src]

A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.