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 2023/03/06 09:26:50 UTC

[camel-kamelets] branch 3.20.x updated: Update experimental Kamelet too.

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

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


The following commit(s) were added to refs/heads/3.20.x by this push:
     new e3651e6c Update experimental Kamelet too.
e3651e6c is described below

commit e3651e6cf34aaa84320e6f1ac9a8365caf7d1349
Author: Michael Anstis <ma...@redhat.com>
AuthorDate: Mon Mar 6 09:14:29 2023 +0000

    Update experimental Kamelet too.
---
 kamelets/aws-ddb-experimental-sink.kamelet.yaml                        | 3 ++-
 .../src/main/resources/kamelets/aws-ddb-experimental-sink.kamelet.yaml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kamelets/aws-ddb-experimental-sink.kamelet.yaml b/kamelets/aws-ddb-experimental-sink.kamelet.yaml
index d72c7323..5732600f 100644
--- a/kamelets/aws-ddb-experimental-sink.kamelet.yaml
+++ b/kamelets/aws-ddb-experimental-sink.kamelet.yaml
@@ -73,8 +73,9 @@ spec:
         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."
+        description: "The operation to perform."
         type: string
+        enum: ["PutItem", "UpdateItem", "DeleteItem"]
         default: PutItem
         example: PutItem
       writeCapacity:
diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-experimental-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-experimental-sink.kamelet.yaml
index d72c7323..5732600f 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-experimental-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-experimental-sink.kamelet.yaml
@@ -73,8 +73,9 @@ spec:
         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."
+        description: "The operation to perform."
         type: string
+        enum: ["PutItem", "UpdateItem", "DeleteItem"]
         default: PutItem
         example: PutItem
       writeCapacity: