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

CopyrightSoostone Inc
LicenseBSD3
MaintainerOzgun Ataman <ozgun.ataman@soostone.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Aws.DynamoDb.Commands.Scan

Description

Implementation of Amazon DynamoDb Scan command.

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

Synopsis

Documentation

data Scan Source #

A Scan command that uses primary keys for an expedient scan.

Constructors

Scan 

Fields

scan Source #

Arguments

:: Text

Table name

-> Scan 

Construct a minimal Scan request.

data ScanResponse Source #

Response to a Scan query.

Instances

Eq ScanResponse Source # 
Ord ScanResponse Source # 
Read ScanResponse Source # 
Show ScanResponse Source # 
FromJSON ScanResponse Source # 
AsMemoryResponse ScanResponse Source # 
IteratedTransaction Scan ScanResponse Source # 
Transaction Scan ScanResponse Source # 
ListResponse ScanResponse Item Source # 
ResponseConsumer r ScanResponse Source # 
type MemoryResponse ScanResponse Source # 
type ResponseMetadata ScanResponse Source #