amazonka-sdb-0.3.4: Amazon SimpleDB SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SDB.BatchDeleteAttributes

Contents

Description

Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. This enables Amazon SimpleDB to optimize requests, which generally yields better throughput.

The following limitations are enforced for this operation: 1 MB request size 25 item limit per BatchDeleteAttributes operation

http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_BatchDeleteAttributes.html

Synopsis

Request

Request constructor

batchDeleteAttributes Source

BatchDeleteAttributes constructor.

The fields accessible through corresponding lenses are:

Request lenses

bdaDomainName :: Lens' BatchDeleteAttributes Text Source

The name of the domain in which the attributes are being deleted.

bdaItems :: Lens' BatchDeleteAttributes [DeletableItem] Source

A list of items on which to perform the operation.

Response

Response constructor