aws-0.24.1: Amazon Web Services (AWS) for Haskell
CopyrightSoostone Inc
LicenseBSD3
MaintainerOzgun Ataman <ozgun.ataman@soostone.com>
Stabilityexperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

Aws.DynamoDb.Commands.PutItem

Description

http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html
Synopsis

Documentation

data PutItem Source #

Constructors

PutItem 

Fields

Instances

Instances details
ToJSON PutItem Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Methods

toJSON :: PutItem -> Value

toEncoding :: PutItem -> Encoding

toJSONList :: [PutItem] -> Value

toEncodingList :: [PutItem] -> Encoding

SignQuery PutItem Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Associated Types

type ServiceConfiguration PutItem :: Type -> Type Source #

Read PutItem Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Methods

readsPrec :: Int -> ReadS PutItem

readList :: ReadS [PutItem]

readPrec :: ReadPrec PutItem

readListPrec :: ReadPrec [PutItem]

Show PutItem Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Methods

showsPrec :: Int -> PutItem -> ShowS

show :: PutItem -> String

showList :: [PutItem] -> ShowS

Eq PutItem Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Methods

(==) :: PutItem -> PutItem -> Bool

(/=) :: PutItem -> PutItem -> Bool

Ord PutItem Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Methods

compare :: PutItem -> PutItem -> Ordering

(<) :: PutItem -> PutItem -> Bool

(<=) :: PutItem -> PutItem -> Bool

(>) :: PutItem -> PutItem -> Bool

(>=) :: PutItem -> PutItem -> Bool

max :: PutItem -> PutItem -> PutItem

min :: PutItem -> PutItem -> PutItem

Transaction PutItem PutItemResponse Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

type ServiceConfiguration PutItem Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

putItem Source #

Arguments

:: Text

A Dynamo table name

-> Item

Item to be saved

-> PutItem 

Construct a minimal PutItem request.

data PutItemResponse Source #

Constructors

PutItemResponse 

Fields

Instances

Instances details
FromJSON PutItemResponse Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Methods

parseJSON :: Value -> Parser PutItemResponse

parseJSONList :: Value -> Parser [PutItemResponse]

AsMemoryResponse PutItemResponse Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Associated Types

type MemoryResponse PutItemResponse Source #

Read PutItemResponse Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Show PutItemResponse Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Methods

showsPrec :: Int -> PutItemResponse -> ShowS

show :: PutItemResponse -> String

showList :: [PutItemResponse] -> ShowS

Eq PutItemResponse Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Ord PutItemResponse Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

ResponseConsumer r PutItemResponse Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

Transaction PutItem PutItemResponse Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

type MemoryResponse PutItemResponse Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem

type ResponseMetadata PutItemResponse Source # 
Instance details

Defined in Aws.DynamoDb.Commands.PutItem