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:34 UTC

[camel] branch aws2-eventbridge-docs-update created (now 4f147d7)

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

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


      at 4f147d7  Camel-AWS2-Eventbridge: Regen docs

This branch includes the following new commits:

     new 373bf14  Camel-AWS2-Eventbridge: Added a note about updating a rule
     new 4f147d7  Camel-AWS2-Eventbridge: Regen docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/02: Camel-AWS2-Eventbridge: Added a note about updating a rule

Posted by ac...@apache.org.
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 373bf14fa99560ca88ff109a212137d5a92d4627
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 29 16:49:30 2020 +0200

    Camel-AWS2-Eventbridge: Added a note about updating a rule
---
 .../src/main/docs/aws2-eventbridge-component.adoc                    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc b/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc
index 11995b2..9b25e03 100644
--- a/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc
+++ b/components/camel-aws2-eventbridge/src/main/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.


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

Posted by ac...@apache.org.
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.