Copyright | Soostone Inc |
---|---|
License | BSD3 |
Maintainer | Ozgun Ataman <[email protected]> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Aws.DynamoDb.Commands.PutItem
Description
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html
- data PutItem = PutItem {}
- putItem :: Text -> Item -> PutItem
- data PutItemResponse = PutItemResponse {}
Documentation
Constructors
PutItem | |
Fields
|
Construct a minimal PutItem
request.
data PutItemResponse Source
Constructors
PutItemResponse | |
Fields
|
Instances