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

ListDeliveryStreamsInput

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

§Properties

§
DeliveryStreamType?: DeliveryStreamType | null
[src]

The delivery stream type. This can be one of the following values:

  • DirectPut: Provider applications access the delivery stream directly.
  • KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.

This parameter is optional. If this parameter is omitted, delivery streams of all types are returned.

§
ExclusiveStartDeliveryStreamName?: string | null
[src]

The list of delivery streams returned by this call to ListDeliveryStreams will start with the delivery stream whose name comes alphabetically immediately after the name you specify in ExclusiveStartDeliveryStreamName.

§
Limit?: number | null
[src]

The maximum number of delivery streams to list. The default value is 10.