aws-0.17: Amazon Web Services (AWS) for Haskell

CopyrightSoostone Inc
LicenseBSD3
MaintainerJustin Dawson <jtdawso@gmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Aws.DynamoDb.Commands.BatchGetItem

Description

http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchGetItem.html

Synopsis

Documentation

data BatchGetItem Source #

Constructors

BatchGetItem 

Fields

batchGetRequestItem Source #

Arguments

:: Maybe Text

Projection Expression

-> Bool

Consistent Read

-> [PrimaryKey]

Items to be deleted

-> GetRequestItem 

Construct a RequestItem .

batchGetItem :: [(Text, GetRequestItem)] -> BatchGetItem Source #

Construct a BatchGetItem

data BatchGetItemResponse Source #

Constructors

BatchGetItemResponse 

Fields

Instances

Eq BatchGetItemResponse Source # 
Ord BatchGetItemResponse Source # 
Read BatchGetItemResponse Source # 
Show BatchGetItemResponse Source # 
FromJSON BatchGetItemResponse Source # 
AsMemoryResponse BatchGetItemResponse Source # 
Transaction BatchGetItem BatchGetItemResponse Source # 
ResponseConsumer r BatchGetItemResponse Source # 
type MemoryResponse BatchGetItemResponse Source # 
type ResponseMetadata BatchGetItemResponse Source #