Copyright | Soostone Inc |
---|---|
License | BSD3 |
Maintainer | Ozgun Ataman <[email protected]> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Aws.DynamoDb.Commands.Scan
Description
Implementation of Amazon DynamoDb Scan command.
See: http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Scan.html
- data Scan = Scan {
- sTableName :: Text
- sFilter :: Conditions
- sStartKey :: Maybe [Attribute]
- sLimit :: Maybe Int
- sSelect :: QuerySelect
- sRetCons :: ReturnConsumption
- sSegment :: Int
- sTotalSegments :: Int
- scan :: Text -> Scan
- data ScanResponse = ScanResponse {}
Documentation
A Scan command that uses primary keys for an expedient scan.
Constructors
Scan | |
Fields
|
data ScanResponse Source
Response to a Scan
query.
Constructors
ScanResponse | |
Instances