aws-0.11: Amazon Web Services (AWS) for Haskell

CopyrightSoostone Inc
LicenseBSD3
MaintainerOzgun Ataman <[email protected]>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Aws.DynamoDb.Commands.DeleteItem

Description

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

Synopsis

Documentation

deleteItem Source

Arguments

:: Text

A Dynamo table name

-> PrimaryKey

Item to be saved

-> DeleteItem 

Construct a minimal DeleteItem request.