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 2021/03/24 07:53:25 UTC

[camel-kamelets] branch sqs-autocreateQueue updated: AWS SQS Kamelets: Regen

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

acosentino pushed a commit to branch sqs-autocreateQueue
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/sqs-autocreateQueue by this push:
     new 473f05c  AWS SQS Kamelets: Regen
473f05c is described below

commit 473f05c546830ba5ca2bccada89c9092cb655634
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 24 08:53:06 2021 +0100

    AWS SQS Kamelets: Regen
---
 docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc | 1 +
 docs/modules/ROOT/pages/aws-sqs-sink.adoc      | 1 +
 docs/modules/ROOT/pages/aws-sqs-source.adoc    | 1 +
 docs/modules/ROOT/pages/dropbox-source.adoc    | 3 ++-
 4 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc b/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc
index d83e2d0..8db85a3 100644
--- a/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc
+++ b/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc
@@ -15,6 +15,7 @@ The following table summarizes the configuration options available for the `aws-
 | *queueNameOrArn {empty}* *| Queue Name| The SQS Queue name or ARN| string| | 
 | *region {empty}* *| AWS Region| The AWS region to connect to| string| | `"eu-west-1"`
 | *secretKey {empty}* *| Secret Key| The secret key obtained from AWS| string| | 
+| autoCreateQueue| Autocreate queue| Setting the autocreation of the SQS queue.| boolean| `false`| 
 | contentBasedDeduplication| Content-Based Deduplication| Use content-based deduplication (should be enabled in the SQS FIFO queue first)| boolean| `false`| 
 |===
 
diff --git a/docs/modules/ROOT/pages/aws-sqs-sink.adoc b/docs/modules/ROOT/pages/aws-sqs-sink.adoc
index c4f612f..0ea5c3a 100644
--- a/docs/modules/ROOT/pages/aws-sqs-sink.adoc
+++ b/docs/modules/ROOT/pages/aws-sqs-sink.adoc
@@ -15,6 +15,7 @@ The following table summarizes the configuration options available for the `aws-
 | *queueNameOrArn {empty}* *| Queue Name| The SQS Queue name or ARN| string| | 
 | *region {empty}* *| AWS Region| The AWS region to connect to| string| | `"eu-west-1"`
 | *secretKey {empty}* *| Secret Key| The secret key obtained from AWS| string| | 
+| autoCreateQueue| Autocreate queue| Setting the autocreation of the SQS queue.| boolean| `false`| 
 |===
 
 NOTE: Fields marked with ({empty}*) are mandatory.
diff --git a/docs/modules/ROOT/pages/aws-sqs-source.adoc b/docs/modules/ROOT/pages/aws-sqs-source.adoc
index a4f2d12..55957d8 100644
--- a/docs/modules/ROOT/pages/aws-sqs-source.adoc
+++ b/docs/modules/ROOT/pages/aws-sqs-source.adoc
@@ -15,6 +15,7 @@ The following table summarizes the configuration options available for the `aws-
 | *queueNameOrArn {empty}* *| Queue Name| The SQS Queue name or ARN| string| | 
 | *region {empty}* *| AWS Region| The AWS region to connect to| string| | `"eu-west-1"`
 | *secretKey {empty}* *| Secret Key| The secret key obtained from AWS| string| | 
+| autoCreateQueue| Autocreate queue| Setting the autocreation of the SQS queue.| boolean| `false`| 
 | deleteAfterRead| Auto-delete messages| Delete messages after consuming them| boolean| `true`| 
 |===
 
diff --git a/docs/modules/ROOT/pages/dropbox-source.adoc b/docs/modules/ROOT/pages/dropbox-source.adoc
index 3b1d1c5..d9ba992 100644
--- a/docs/modules/ROOT/pages/dropbox-source.adoc
+++ b/docs/modules/ROOT/pages/dropbox-source.adoc
@@ -14,8 +14,8 @@ The following table summarizes the configuration options available for the `drop
 | *accessToken {empty}* *| Dropbox Access Token| The access Token to use to access Dropbox| string| | 
 | *clientIdentifier {empty}* *| The client identifier| Dropbox App client Identifier| string| | 
 | *period {empty}* *| Period between polls| The interval between fetches to the earthquake API in milliseconds| integer| `10000`| 
+| *query {empty}* *| Querys| A space-separated list of sub-strings to search for. A file matches only if it contains all the sub-strings. If this option is not set, all files will be matched.| string| | 
 | *remotePath {empty}* *| Remote path| Original file or folder to work with| string| | 
-| query| Querys| A space-separated list of sub-strings to search for. A file matches only if it contains all the sub-strings. If this option is not set, all files will be matched.| string| | 
 |===
 
 NOTE: Fields marked with ({empty}*) are mandatory.
@@ -44,6 +44,7 @@ spec:
     properties:
       accessToken: "The Dropbox Access Token"
       clientIdentifier: "The The client identifier"
+      query: "The Querys"
       remotePath: "The Remote path"
   sink:
     ref: