amazonka-kinesis-firehose-1.3.4: Amazon Kinesis Firehose SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Firehose.ListDeliveryStreams

Contents

Description

Lists your delivery streams.

The number of delivery streams might be too large to return using a single call to ListDeliveryStreams. You can limit the number of delivery streams returned, using the Limit parameter. To determine whether there are more delivery streams to list, check the value of HasMoreDeliveryStreams in the output. If there are more delivery streams to list, you can request them by specifying the name of the last delivery stream returned in the call in the ExclusiveStartDeliveryStreamName parameter of a subsequent call.

See: AWS API Reference for ListDeliveryStreams.

Synopsis

Creating a Request

listDeliveryStreams :: ListDeliveryStreams Source

Creates a value of ListDeliveryStreams with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ldsLimit :: Lens' ListDeliveryStreams (Maybe Natural) Source

The maximum number of delivery streams to list.

ldsExclusiveStartDeliveryStreamName :: Lens' ListDeliveryStreams (Maybe Text) Source

The name of the delivery stream to start the list with.

Destructuring the Response

listDeliveryStreamsResponse Source

Creates a value of ListDeliveryStreamsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

ldsrsHasMoreDeliveryStreams :: Lens' ListDeliveryStreamsResponse Bool Source

Indicates whether there are more delivery streams available to list.