Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
Request
Request constructor
BatchDeleteAttributes
constructor.
The fields accessible through corresponding lenses are:
bdaDomainName
::
Text
bdaItems
::
[DeletableItem
]
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.