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

Description

 

Synopsis

Documentation

streamsActionToText :: IsString s => StreamsAction -> s Source

Render a StreamsAction as a string for use in an AWS request.

streamsServiceEndpoint :: Region -> ByteString Source

Currently, only UsEast1 and EuWest1 are supported.

streamsSignQuery :: StreamsQuery -> StreamsConfiguration qt -> SignatureData -> SignedQuery Source

Creates a signed query.

Uses AWS Signature V4. All requests are POST requests with the signature placed in an HTTP header

jsonResponseConsumer :: FromJSON α => HTTPResponseConsumer α Source

Create a complete HTTPResponseConsumer for response types with an FromJSON instance