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

CopyrightSoostone Inc
LicenseBSD3
MaintainerOzgun Ataman <ozgun.ataman@soostone.com>
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.