| Copyright | Soostone Inc |
|---|---|
| License | BSD3 |
| Maintainer | Ozgun Ataman <ozgun.ataman@soostone.com> |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Aws.DynamoDb.Commands.PutItem
Description
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html
Synopsis
- data PutItem = PutItem {}
- putItem :: Text -> Item -> PutItem
- data PutItemResponse = PutItemResponse {}
Documentation
Constructors
| PutItem | |
Fields
| |
Instances
| Eq PutItem # | |
| Ord PutItem # | |
Defined in Aws.DynamoDb.Commands.PutItem | |
| Read PutItem # | |
| Show PutItem # | |
| ToJSON PutItem # | |
Defined in Aws.DynamoDb.Commands.PutItem | |
| SignQuery PutItem # | |
Defined in Aws.DynamoDb.Commands.PutItem Associated Types type ServiceConfiguration PutItem :: * -> * # Methods signQuery :: PutItem -> ServiceConfiguration PutItem queryType -> SignatureData -> SignedQuery # | |
| Transaction PutItem PutItemResponse # | |
Defined in Aws.DynamoDb.Commands.PutItem | |
| type ServiceConfiguration PutItem # | |
Defined in Aws.DynamoDb.Commands.PutItem | |
Construct a minimal PutItem request.
data PutItemResponse #
Constructors
| PutItemResponse | |
Fields
| |