Copyright | Soostone Inc |
---|---|
License | BSD3 |
Maintainer | Ozgun Ataman <ozgun.ataman@soostone.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Aws.DynamoDb.Commands.GetItem
Description
Synopsis
- data GetItem = GetItem {
- giTableName :: Text
- giKey :: PrimaryKey
- giAttrs :: Maybe [Text]
- giConsistent :: Bool
- giRetCons :: ReturnConsumption
- getItem :: Text -> PrimaryKey -> GetItem
- data GetItemResponse = GetItemResponse {}
Documentation
A GetItem query that fetches a specific object from DDB.
See: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API_GetItem.html
Constructors
GetItem | |
Fields
|
Instances
ToJSON GetItem # | |||||
SignQuery GetItem # | |||||
Defined in Aws.DynamoDb.Commands.GetItem Associated Types
Methods signQuery :: GetItem -> ServiceConfiguration GetItem queryType -> SignatureData -> SignedQuery # | |||||
Read GetItem # | |||||
Show GetItem # | |||||
Eq GetItem # | |||||
Ord GetItem # | |||||
Defined in Aws.DynamoDb.Commands.GetItem | |||||
Transaction GetItem GetItemResponse # | |||||
Defined in Aws.DynamoDb.Commands.GetItem | |||||
type ServiceConfiguration GetItem # | |||||
Defined in Aws.DynamoDb.Commands.GetItem |
Arguments
:: Text | Table name |
-> PrimaryKey | Primary key |
-> GetItem |
Construct a minimal GetItem
request.
data GetItemResponse #
Response to a GetItem
query.
Constructors
GetItemResponse | |
Fields |