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

commit 9e3a49641cf8779b15cf1d9558d65ac1fa51773c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 1 14:25:50 2022 +0200

    AWS Region enum updated for AWS Kamelets
---
 .../src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml        | 2 +-
 .../src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml               | 2 +-
 .../src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml     | 2 +-
 .../src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml               | 2 +-
 .../src/main/resources/kamelets/aws-eventbridge-sink.kamelet.yaml       | 2 +-
 .../src/main/resources/kamelets/aws-kinesis-firehose-sink.kamelet.yaml  | 2 +-
 .../src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml           | 2 +-
 .../src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml         | 2 +-
 .../src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml            | 2 +-
 .../camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml | 2 +-
 .../src/main/resources/kamelets/aws-s3-source.kamelet.yaml              | 2 +-
 .../main/resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml   | 2 +-
 .../src/main/resources/kamelets/aws-secrets-manager-sink.kamelet.yaml   | 2 +-
 .../src/main/resources/kamelets/aws-ses-sink.kamelet.yaml               | 2 +-
 .../src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml          | 2 +-
 .../src/main/resources/kamelets/aws-sns-sink.kamelet.yaml               | 2 +-
 .../src/main/resources/kamelets/aws-sqs-batch-sink.kamelet.yaml         | 2 +-
 .../src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml          | 2 +-
 .../src/main/resources/kamelets/aws-sqs-sink.kamelet.yaml               | 2 +-
 .../src/main/resources/kamelets/aws-sqs-source.kamelet.yaml             | 2 +-
 .../src/main/resources/kamelets/aws-translate-action.kamelet.yaml       | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml
index 0be738dc..d8a6826d 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml
@@ -74,7 +74,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: If true, the CloudWatch client loads credentials through 
a default credentials provider. If false, it uses the basic authentication 
method (access key and secret key).
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
index d9e9b94b..a15aca1a 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
@@ -67,7 +67,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       operation:
         title: Operation
         description: "The operation to perform. The options are PutItem, 
UpdateItem, or DeleteItem."
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml
index 651264ec..c089fb14 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml
@@ -65,7 +65,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       streamIteratorType:
         title: Stream Iterator Type
         description: Defines where in the DynamoDB stream to start getting 
records. There are two enums and the value can be one of FROM_LATEST and 
FROM_START. Note that using FROM_START can cause a significant delay before the 
stream has caught up to real-time. 
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml
index 23d216a5..6f18ec9d 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml
@@ -64,7 +64,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: If true, the CloudWatch client loads credentials through 
a default credentials provider. If false, it uses the basic authentication 
method (access key and secret key).
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-eventbridge-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-eventbridge-sink.kamelet.yaml
index da57aea1..1c744eb4 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-eventbridge-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-eventbridge-sink.kamelet.yaml
@@ -73,7 +73,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: If true, the Eventbridge client loads credentials through 
a default credentials provider. If false, it uses the basic authentication 
method (access key and secret key).
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-firehose-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-firehose-sink.kamelet.yaml
index e39144d4..a1ac90a1 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-firehose-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-firehose-sink.kamelet.yaml
@@ -65,7 +65,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: Set whether the Kinesis Firehose client should expect to 
load credentials through a default credentials provider or to expect static 
credentials to be passed in.
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
index 7b94ff31..20eac67c 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-sink.kamelet.yaml
@@ -72,7 +72,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: If true, the Kinesis client loads credentials through a 
default credentials provider. If false, it uses the basic authentication method 
(access key and secret key).
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
index 5d8bc9e5..cb43cbe8 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml
@@ -65,7 +65,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: If true, the Kinesis client loads credentials through a 
default credentials provider. If false, it uses the basic authentication method 
(access key and secret key).
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml
index 956100aa..1249ec09 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml
@@ -65,7 +65,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: If true, the Lambda client loads credentials through a 
default credentials provider. If false, it uses the basic authentication method 
(access key and secret key).
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
index 143a8844..3cd75d33 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
@@ -69,7 +69,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       autoCreateBucket:
         title: Autocreate Bucket
         description: Specifies to automatically create the S3 bucket.
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-source.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-source.kamelet.yaml
index a5bb558f..fe2dff0f 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-source.kamelet.yaml
@@ -55,7 +55,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       autoCreateBucket:
         title: Autocreate Bucket
         description: Specifies to automatically create the S3 bucket.
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml
index 96ca8343..e31976a2 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-streaming-upload-sink.kamelet.yaml
@@ -66,7 +66,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       autoCreateBucket:
         title: Autocreate Bucket
         description: Setting the autocreation of the S3 bucket bucketName.
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-secrets-manager-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-secrets-manager-sink.kamelet.yaml
index 473f53bf..27a3f63b 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-secrets-manager-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-secrets-manager-sink.kamelet.yaml
@@ -66,7 +66,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: Set whether the Secrets Manager client should expect to 
load credentials through a default credentials provider or to expect static 
credentials to be passed in.
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ses-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/aws-ses-sink.kamelet.yaml
index 3771a133..dca04693 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ses-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-ses-sink.kamelet.yaml
@@ -75,7 +75,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       useDefaultCredentialsProvider:
         title: Default Credentials Provider
         description: If true, the SES client loads credentials through a 
default credentials provider. If false, it uses the basic authentication method 
(access key and secret key).
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml
index 56129c25..dda53c48 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml
@@ -69,7 +69,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       contentBasedDeduplication:
         title: Content-Based Deduplication
         description: Use content-based deduplication (should be enabled in the 
SQS FIFO queue first)
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml
index 17acb5be..70e22a96 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml
@@ -67,7 +67,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       autoCreateTopic:
         title: Autocreate Topic
         description: Setting the autocreation of the SNS topic. 
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-batch-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-batch-sink.kamelet.yaml
index 4c454e8b..84641e27 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-batch-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-batch-sink.kamelet.yaml
@@ -66,7 +66,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       autoCreateQueue:
         title: Autocreate Queue
         description: Setting the autocreation of the SQS queue. 
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml
index ae9d2a66..2ca06aab 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml
@@ -66,7 +66,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       contentBasedDeduplication:
         title: Content-Based Deduplication
         description: Use content-based deduplication (should be enabled in the 
SQS FIFO queue first)
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-sink.kamelet.yaml
index 319c1fd6..affb6f54 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-sink.kamelet.yaml
@@ -65,7 +65,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       autoCreateQueue:
         title: Autocreate Queue
         description: Automatically create the SQS queue. 
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-source.kamelet.yaml
index 46540f04..3a9b2a03 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-source.kamelet.yaml
@@ -80,7 +80,7 @@ spec:
         x-descriptors:
         - urn:keda:metadata:awsRegion
         - urn:keda:required
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       autoCreateQueue:
         title: Autocreate Queue
         description: Setting the autocreation of the SQS queue. 
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-translate-action.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-translate-action.kamelet.yaml
index 1384d5aa..ed710ca3 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-translate-action.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-translate-action.kamelet.yaml
@@ -62,7 +62,7 @@ spec:
         title: AWS Region
         description: The AWS region to access.
         type: string
-        enum: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", 
"ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", 
"ap-southeast-3", "ca-central-1", "eu-central-1", "eu-north-1", "eu-south-1", 
"eu-west-1", "eu-west-2", "eu-west-3", "fips-us-east-1", "fips-us-east-2", 
"fips-us-west-1", "fips-us-west-2", "me-south-1", "sa-east-1", "us-east-1", 
"us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1", 
"us-gov-east-1", "us-gov-west-1", "us-iso-east [...]
+        enum: ["ap-south-1", "eu-south-1", "us-gov-east-1", "me-central-1", 
"ca-central-1", "eu-central-1", "us-iso-west-1", "us-west-1", "us-west-2", 
"af-south-1", "eu-north-1", "eu-west-3", "eu-west-2", "eu-west-1", 
"ap-northeast-3", "ap-northeast-2", "ap-northeast-1", "me-south-1", 
"sa-east-1", "ap-east-1", "cn-north-1", "us-gov-west-1", "ap-southeast-1", 
"ap-southeast-2", "us-iso-east-1", "ap-southeast-3", "us-east-1", "us-east-2", 
"cn-northwest-1", "us-isob-east-1", "aws-global", "a [...]
       sourceLanguage:
         title: Source Language
         description: The source language of the translating text. Possible 
values are ARABIC("ar"), CHINESE_SIMPLIFIED("zh"), 
CHINESE_TRADITIONAL("zh-TW"), CZECH("cs"), DANISH("da"), DUTCH("nl"), 
ENGLISH("en"), FINNISH("fi"), FRENCH("fr"), GERMAN("de"), HEBREW("he"), 
HINDI("hi"), INDONESIAN("id"), ITALIAN("it"), JAPANESE("ja"), KOREAN("ko"), 
MALAY("ms"), NORWEGIAN("no"), PERSIAN("fa"), POLISH("pl"), PORTUGUESE("pt"), 
RUSSIAN("ru"), SPANISH("es"), SWEDISH("sv") and TURKISH("tr").

Reply via email to