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

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

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.