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 2020/09/29 14:54:36 UTC

[camel] 02/02: Camel-AWS2-Eventbridge: Regen docs

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

acosentino pushed a commit to branch aws2-eventbridge-docs-update
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4f147d7353bac54ea55d24c1d0473c88f22082d6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 29 16:50:07 2020 +0200

    Camel-AWS2-Eventbridge: Regen docs
---
 .../org/apache/camel/catalog/docs/aws2-eventbridge-component.adoc    | 5 +++++
 docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc   | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eventbridge-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eventbridge-component.adoc
index 11995b2..9b25e03 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eventbridge-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eventbridge-component.adoc
@@ -311,6 +311,11 @@ this operation will return a list of targets associated with the firstrule rule.
 
 this operation will return a list of rule associated with a target.
 
+== Updating the rule
+
+To update a rule you'll need to perform the putRule operation again. 
+There is not explicit update rule operation in the Java SDK.
+
 == Automatic detection of EventbridgeClient client in registry
 
 The component is capable of detecting the presence of an EventbridgeClient bean into the registry.
diff --git a/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc b/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc
index b0e24bd..86d9b5f 100644
--- a/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc
@@ -313,6 +313,11 @@ this operation will return a list of targets associated with the firstrule rule.
 
 this operation will return a list of rule associated with a target.
 
+== Updating the rule
+
+To update a rule you'll need to perform the putRule operation again. 
+There is not explicit update rule operation in the Java SDK.
+
 == Automatic detection of EventbridgeClient client in registry
 
 The component is capable of detecting the presence of an EventbridgeClient bean into the registry.