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

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

commit e88883904c7c57878bb1d08775294c91bfaeb189
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Apr 9 16:07:46 2020 +0200

    Regen
---
 core/camel-componentdsl/src/generated/resources/metadata.json | 2 +-
 docs/components/modules/ROOT/pages/aws2-ecs-component.adoc    | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json 
b/core/camel-componentdsl/src/generated/resources/metadata.json
index 798576f..1e40d8d 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -502,6 +502,7 @@
     "lenientProperties": false,
     "javaType": "org.apache.camel.component.aws2.ecs.ECS2Component",
     "firstVersion": "3.1.0",
+    "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-ecs",
     "version": "3.3.0-SNAPSHOT"
@@ -7377,7 +7378,6 @@
     "lenientProperties": false,
     "javaType": "org.apache.camel.component.xchange.XChangeComponent",
     "firstVersion": "2.21.0",
-    "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xchange",
     "version": "3.3.0-SNAPSHOT"
diff --git a/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc
index 3e981a4..b9ce232 100644
--- a/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc
@@ -39,7 +39,7 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS 2 ECS component supports 11 options, which are listed below.
+The AWS 2 ECS component supports 12 options, which are listed below.
 
 
 
@@ -50,6 +50,7 @@ The AWS 2 ECS component supports 11 options, which are listed 
below.
 | *ecsClient* (producer) | To use a existing configured AWS ECS as client |  | 
EcsClient
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *operation* (producer) | *Required* The operation to perform. The value can 
be one of: listClusters, describeCluster, createCluster, deleteCluster |  | 
ECS2Operations
+| *pojoRequest* (producer) | If we want to use a POJO request as body or not | 
false | boolean
 | *proxyHost* (producer) | To define a proxy host when instantiating the ECS 
client |  | String
 | *proxyPort* (producer) | To define a proxy port when instantiating the ECS 
client |  | Integer
 | *proxyProtocol* (producer) | To define a proxy protocol when instantiating 
the ECS client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol
@@ -82,7 +83,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (11 parameters):
+=== Query Parameters (12 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -91,6 +92,7 @@ with the following path and query parameters:
 | *ecsClient* (producer) | To use a existing configured AWS ECS as client |  | 
EcsClient
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *operation* (producer) | *Required* The operation to perform. The value can 
be one of: listClusters, describeCluster, createCluster, deleteCluster |  | 
ECS2Operations
+| *pojoRequest* (producer) | If we want to use a POJO request as body or not | 
false | boolean
 | *proxyHost* (producer) | To define a proxy host when instantiating the ECS 
client |  | String
 | *proxyPort* (producer) | To define a proxy port when instantiating the ECS 
client |  | Integer
 | *proxyProtocol* (producer) | To define a proxy protocol when instantiating 
the ECS client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol

Reply via email to