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

DescribeDeliveryStreamInput

import type { DescribeDeliveryStreamInput } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";
interface DescribeDeliveryStreamInput {
DeliveryStreamName: string;
ExclusiveStartDestinationId?: string | null;
Limit?: number | null;
}

§Properties

§
DeliveryStreamName: string
[src]

The name of the delivery stream.

§
ExclusiveStartDestinationId?: string | null
[src]

The ID of the destination to start returning the destination information. Kinesis Data Firehose supports one destination per delivery stream.

§
Limit?: number | null
[src]

The limit on the number of destinations to return. You can have one destination per delivery stream.