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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5725721  Regen documentation
5725721 is described below

commit 5725721b533a7d9b307cc87b6b375afce1294786
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Sep 17 10:05:57 2021 +0200

    Regen documentation
---
 docs/modules/ROOT/pages/aws-sqs-batch-sink.adoc  | 2 ++
 docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc   | 2 ++
 docs/modules/ROOT/pages/aws-sqs-sink.adoc        | 2 ++
 docs/modules/ROOT/pages/aws-sqs-source.adoc      | 2 ++
 docs/modules/ROOT/pages/chuck-norris-source.adoc | 2 +-
 5 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/aws-sqs-batch-sink.adoc 
b/docs/modules/ROOT/pages/aws-sqs-batch-sink.adoc
index 32c2a22..4dd76e5 100644
--- a/docs/modules/ROOT/pages/aws-sqs-batch-sink.adoc
+++ b/docs/modules/ROOT/pages/aws-sqs-batch-sink.adoc
@@ -18,7 +18,9 @@ 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| 
| 
+| amazonAWSHost| AWS Host| The hostname of the Amazon AWS cloud.| string| | 
 | autoCreateQueue| Autocreate Queue| Setting the autocreation of the SQS 
queue.| boolean| `false`| 
+| protocol| Protocol| The underlying protocol used to communicate with SQS| 
string| `"https"`| `"http or https"`
 |===
 
 NOTE: Fields marked with ({empty}*) are mandatory.
diff --git a/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc 
b/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc
index 1fc0805..c234abe 100644
--- a/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc
+++ b/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc
@@ -17,8 +17,10 @@ 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| 
| 
+| amazonAWSHost| AWS Host| The hostname of the Amazon AWS cloud.| 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`| 
+| protocol| Protocol| The underlying protocol used to communicate with SQS| 
string| `"https"`| `"http or https"`
 |===
 
 NOTE: Fields marked with ({empty}*) are mandatory.
diff --git a/docs/modules/ROOT/pages/aws-sqs-sink.adoc 
b/docs/modules/ROOT/pages/aws-sqs-sink.adoc
index 3065b54..c6d9930 100644
--- a/docs/modules/ROOT/pages/aws-sqs-sink.adoc
+++ b/docs/modules/ROOT/pages/aws-sqs-sink.adoc
@@ -17,7 +17,9 @@ 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| 
| 
+| amazonAWSHost| AWS Host| The hostname of the Amazon AWS cloud.| string| | 
 | autoCreateQueue| Autocreate Queue| Setting the autocreation of the SQS 
queue.| boolean| `false`| 
+| protocol| Protocol| The underlying protocol used to communicate with SQS| 
string| `"https"`| `"http or https"`
 |===
 
 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 50cc98d..545d360 100644
--- a/docs/modules/ROOT/pages/aws-sqs-source.adoc
+++ b/docs/modules/ROOT/pages/aws-sqs-source.adoc
@@ -17,8 +17,10 @@ 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| 
| 
+| amazonAWSHost| AWS Host| The hostname of the Amazon AWS cloud.| string| | 
 | autoCreateQueue| Autocreate Queue| Setting the autocreation of the SQS 
queue.| boolean| `false`| 
 | deleteAfterRead| Auto-delete Messages| Delete messages after consuming them| 
boolean| `true`| 
+| protocol| Protocol| The underlying protocol used to communicate with SQS| 
string| `"https"`| `"http or https"`
 |===
 
 NOTE: Fields marked with ({empty}*) are mandatory.
diff --git a/docs/modules/ROOT/pages/chuck-norris-source.adoc 
b/docs/modules/ROOT/pages/chuck-norris-source.adoc
index 33efb20..eeba776 100644
--- a/docs/modules/ROOT/pages/chuck-norris-source.adoc
+++ b/docs/modules/ROOT/pages/chuck-norris-source.adoc
@@ -5,7 +5,7 @@
 
 *Support Level for this Kamelet is: "Preview"*
 
-Gets peridically Chuck Norris jokes from http://www.icndb.com/
+Gets periodically Chuck Norris jokes from http://www.icndb.com/
 
 == Configuration Options
 

Reply via email to