You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/03 07:27:39 UTC

[camel] 02/06: Regen docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8fafcbeb447cf2988a29e6bcce4dfd1a63f61926
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 3 09:04:55 2019 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/aws-sdb-component.adoc | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/aws-sdb-component.adoc b/docs/components/modules/ROOT/pages/aws-sdb-component.adoc
index a19b011..ddb1f96 100644
--- a/docs/components/modules/ROOT/pages/aws-sdb-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-sdb-component.adoc
@@ -239,6 +239,20 @@ AmazonSimpleDB client = new AmazonSimpleDBClient(awsCredentials, clientConfigura
 registry.bind("client", client);
 --------------------------------------------------------------------------------------
 
+=== SDB Producer operations
+
+Camel-AWS SDB component provides the following operation on the producer side:
+
+- BatchDeleteAttributes
+- BatchPutAttributes
+- DeleteAttributes
+- DeleteDomain
+- DomainMetadata
+- GetAttributes
+- ListDomains
+- PutAttributes
+- Select
+
 == Dependencies
 
 Maven users will need to add the following dependency to their pom.xml.