Regen documentation
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 @@
 | *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 @@
 | *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 @@
 | *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 @@
 | *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