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 86d407b942556d902dd8b0ebe795147887d03a67 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jan 17 16:21:33 2018 +0100 Camel AWS DDB - Regen docs --- components/camel-aws/src/main/docs/aws-ddb-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-aws/src/main/docs/aws-ddb-component.adoc b/components/camel-aws/src/main/docs/aws-ddb-component.adoc index 59eb6d2..5ddc69d 100644 --- a/components/camel-aws/src/main/docs/aws-ddb-component.adoc +++ b/components/camel-aws/src/main/docs/aws-ddb-component.adoc @@ -65,7 +65,6 @@ with the following path and query parameters: [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *accessKey* (producer) | Amazon AWS Access Key | | String | *amazonDDBClient* (producer) | To use the AmazonDynamoDB as the client | | AmazonDynamoDB | *amazonDdbEndpoint* (producer) | The endpoint with which the AWS-DDB client wants to work with. | | String | *consistentRead* (producer) | Determines whether or not strong consistency should be enforced when data is read. | false | boolean @@ -76,9 +75,10 @@ with the following path and query parameters: | *proxyPort* (producer) | To define a proxy port when instantiating the DDB client | | Integer | *readCapacity* (producer) | The provisioned throughput to reserve for reading resources from your table | | Long | *region* (producer) | The region in which DDB client needs to work | | String -| *secretKey* (producer) | Amazon AWS Secret Key | | String | *writeCapacity* (producer) | The provisioned throughput to reserved for writing resources to your table | | Long | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). | false | boolean +| *accessKey* (security) | Amazon AWS Access Key | | String +| *secretKey* (security) | Amazon AWS Secret Key | | String |=== // endpoint options: END -- To stop receiving notification emails like this one, please contact "commits@camel.apache.org" <commits@camel.apache.org>.