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.GetRecords

Contents

Description

 

Synopsis

Request

getRecords :: ShardIterator -> GetRecords Source

A basic GetRecords request for a given shard iterator.

myRequest = getRecords it & grLimit ?~ 42

Lenses

grLimit :: Functor f => (Maybe Int -> f (Maybe Int)) -> GetRecords -> f GetRecords Source

A lens for _grLimit.

grLimit ∷ Lens' GetRecords (Maybe Int)

Response

Lenses