| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SDB.BatchDeleteAttributes
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
Creating a Request
batchDeleteAttributes Source #
Arguments
| :: Text | |
| -> BatchDeleteAttributes |
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:
bdaDomainName- The name of the domain in which the attributes are being deleted.bdaItems- A list of items on which to perform the operation.
data BatchDeleteAttributes Source #
See: batchDeleteAttributes smart constructor.
Instances
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.
data BatchDeleteAttributesResponse Source #
See: batchDeleteAttributesResponse smart constructor.
Instances