Copyright | (c) 2013-2021 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 |
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
Synopsis
- data BatchDeleteAttributes = BatchDeleteAttributes' {
- domainName :: Text
- items :: [DeletableItem]
- newBatchDeleteAttributes :: Text -> BatchDeleteAttributes
- batchDeleteAttributes_domainName :: Lens' BatchDeleteAttributes Text
- batchDeleteAttributes_items :: Lens' BatchDeleteAttributes [DeletableItem]
- data BatchDeleteAttributesResponse = BatchDeleteAttributesResponse' {
- newBatchDeleteAttributesResponse :: BatchDeleteAttributesResponse
Creating a Request
data BatchDeleteAttributes Source #
See: newBatchDeleteAttributes
smart constructor.
BatchDeleteAttributes' | |
|
Instances
newBatchDeleteAttributes Source #
Create a value of BatchDeleteAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainName:BatchDeleteAttributes'
, batchDeleteAttributes_domainName
- The name of the domain in which the attributes are being deleted.
$sel:items:BatchDeleteAttributes'
, batchDeleteAttributes_items
- A list of items on which to perform the operation.
Request Lenses
batchDeleteAttributes_domainName :: Lens' BatchDeleteAttributes Text Source #
The name of the domain in which the attributes are being deleted.
batchDeleteAttributes_items :: Lens' BatchDeleteAttributes [DeletableItem] Source #
A list of items on which to perform the operation.
Destructuring the Response
data BatchDeleteAttributesResponse Source #
See: newBatchDeleteAttributesResponse
smart constructor.
Instances
newBatchDeleteAttributesResponse :: BatchDeleteAttributesResponse Source #
Create a value of BatchDeleteAttributesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.