| 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
| ToJSON PutItem # | |||||
| SignQuery PutItem # | |||||
Defined in Aws.DynamoDb.Commands.PutItem Associated Types
Methods signQuery :: PutItem -> ServiceConfiguration PutItem queryType -> SignatureData -> SignedQuery # | |||||
| Read PutItem # | |||||
| Show PutItem # | |||||
| Eq PutItem # | |||||
| Ord PutItem # | |||||
Defined in Aws.DynamoDb.Commands.PutItem | |||||
| 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
| |