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

DescribeKinesisStreamingDestinationOutput

import type { DescribeKinesisStreamingDestinationOutput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface DescribeKinesisStreamingDestinationOutput {
KinesisDataStreamDestinations?: KinesisDataStreamDestination[] | null;
TableName?: string | null;
}

§Properties

§
KinesisDataStreamDestinations?: KinesisDataStreamDestination[] | null
[src]

The list of replica structures for the table being described.

§
TableName?: string | null
[src]

The name of the table being described.