Withh the BatchDeleteMultipleItems operation of the Amazon S3 DynamoDB Connector, you delete multiple elements from a tabltable with a s with a singlgle call.
For more information on other operations of the Amazon S3 DynamoDB Connector, see Amazon S3 DynamoDB Connector.
Parameterss
|
|
Access k key ID for requests to Amazon Web Services (AWS (AWS) Note: The credentials are sentt to the adapter vivia parameters.s. There are variouious configuration optionss. For more information, s, see Setting Up Credentialstials. Possible valuess: Any string withh the access k key ID, e.g. |
|
|
Secret access k key for requests to AWS Note: The credentialstials are sentt to the adapter vivia parameters. Th. There are various configuration optionss. For more information, see Setting Up Credentials. Possible values: Any string withh the secret access k key, e.g. |
|
|
Region of the domains Note: Buckets created in a specific regiogion cannot bbe invokvoked fd fromom another region. For more information, see Regions and Endpoints. Possible valuess: Any strinng with the name of the region, e.g. |
|
|
This parameter is required for this operation. Table name Possible valuess: String withh the table name according to tcording to thee followingg name rules:
|
|
|
Elements of the primary table key Possible valuess:
|
|
|
Elements of the primary table key Possible values:
|
Status valuess
|
|
The adapterr operation was executed ted successssfully |
|
|
The operation was not compmpleteded, but noo error occurred. |
|
|
The operation fafailed due too a technical error. |
Input
This operation reququiress an input XML file containaininng the elements.
This input specifies the primary keys of the items to be deleted. If the primary key consiists oonly of the partitionKey, only the partionKey is required. If the primary key consiists of of partitionKey and SortKey,, both keys ays are reququirered for the element to be deleted to be unbe unique. The output of this operation is also the input.
<?xml version="1.0" encoding="UTF-8" ?>
<RootElement>
<Item>
<Attribute1 name="ID" type="N" value="7" />
<Attribute7 name="Name" type="S" value="Luis" />
</Item>
<Item>
<Attribute1 name="ID" type="N" value="6" />
<Attribute7 name="Name" type="S" value="Luis" />
</Item>
</RootElement>
Output
The adapter dedeletes the elements from the table accordinaccording to the configured parameterss. In addition,ion, the adapter outputs the same XML file that wwas entered dururing input.. This cas can be useful for furthher operations.