amazonka-sdb-1.3.2: Amazon SimpleDB SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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

See: AWS API Reference for BatchDeleteAttributes.

Synopsis

Creating a Request

batchDeleteAttributes Source

Creates a value of BatchDeleteAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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.

Destructuring the Response

batchDeleteAttributesResponse :: BatchDeleteAttributesResponse Source

Creates a value of BatchDeleteAttributesResponse with the minimum fields required to make a request.