aws-dynamodb-streams-0.1.0.0: Haskell bindings for Amazon DynamoDB Streams

CopyrightCopyright (c) 2013-2014 PivotCloud, Inc.
LicenseApache-2.0
Safe HaskellNone
LanguageHaskell2010

Aws.DynamoDb.Streams.Commands.ListStreams

Contents

Description

 

Synopsis

Request

data ListStreams Source

Constructors

ListStreams 

Fields

_lstExclusiveStartStreamId :: !(Maybe StreamId)

The stream ID of the first item that this operation will evaluate; also see _lstrLastEvalutedStreamId.

_lstLimit :: !(Maybe Int)

The maximum number of streams to return.

_lstTableName :: !(Maybe Text)

If this parameter is provided, then only the streams associated with this table are returned.

Lenses

lstLimit :: Functor f => (Maybe Int -> f (Maybe Int)) -> ListStreams -> f ListStreams Source

A lens for _lstlimit.

lstLimit ∷ Lens' ListStreams (Maybe Int)

lstTableName :: Functor f => (Maybe Text -> f (Maybe Text)) -> ListStreams -> f ListStreams Source

A lens for _lstTableName.

lstTableName ∷ Lens' ListStreams (Maybe Text)

Response

Lenses