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

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


The following commit(s) were added to refs/heads/camel-master by this push:
     new d88b618  Regen docs
d88b618 is described below

commit d88b6186badd1defb4ccfc756497384d54f9861f
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Sun Sep 27 16:57:16 2020 +0200

    Regen docs
---
 .../src/main/docs/camel-aws2-eventbridge-kafka-sink-connector.adoc    | 4 ++--
 .../main/docs/examples/CamelAws2eventbridgeSinkConnector.properties   | 4 ++--
 .../aws2eventbridge/CamelAws2eventbridgeSinkConnectorConfig.java      | 4 ++--
 .../pages/connectors/camel-aws2-eventbridge-kafka-sink-connector.adoc | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/connectors/camel-aws2-eventbridge-kafka-connector/src/main/docs/camel-aws2-eventbridge-kafka-sink-connector.adoc
 
b/connectors/camel-aws2-eventbridge-kafka-connector/src/main/docs/camel-aws2-eventbridge-kafka-sink-connector.adoc
index 6fc00b8..de868eb 100644
--- 
a/connectors/camel-aws2-eventbridge-kafka-connector/src/main/docs/camel-aws2-eventbridge-kafka-sink-connector.adoc
+++ 
b/connectors/camel-aws2-eventbridge-kafka-connector/src/main/docs/camel-aws2-eventbridge-kafka-sink-connector.adoc
@@ -34,7 +34,7 @@ The camel-aws2-eventbridge sink connector supports 31 
options, which are listed
 | *camel.sink.endpoint.eventbridgeClient* | To use a existing configured AWS 
Eventbridge as client | null | MEDIUM
 | *camel.sink.endpoint.eventPatternFile* | EventPattern File | null | MEDIUM
 | *camel.sink.endpoint.lazyStartProducer* | 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 cre [...]
-| *camel.sink.endpoint.operation* | The operation to perform One of: [putRule] 
[putTargets] [removeTargets] [deleteRule] [enableRule] [disableRule] 
[listRules] | "putRule" | HIGH
+| *camel.sink.endpoint.operation* | The operation to perform One of: [putRule] 
[putTargets] [removeTargets] [deleteRule] [enableRule] [disableRule] 
[describeRule] [listRules] | "putRule" | HIGH
 | *camel.sink.endpoint.pojoRequest* | If we want to use a POJO request as body 
or not | false | MEDIUM
 | *camel.sink.endpoint.proxyHost* | To define a proxy host when instantiating 
the Eventbridge client | null | MEDIUM
 | *camel.sink.endpoint.proxyPort* | To define a proxy port when instantiating 
the Eventbridge client | null | MEDIUM
@@ -50,7 +50,7 @@ The camel-aws2-eventbridge sink connector supports 31 
options, which are listed
 | *camel.component.aws2-eventbridge.eventbridgeClient* | To use a existing 
configured AWS Eventbridge as client | null | MEDIUM
 | *camel.component.aws2-eventbridge.eventPatternFile* | EventPattern File | 
null | MEDIUM
 | *camel.component.aws2-eventbridge.lazyStartProducer* | 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 proce [...]
-| *camel.component.aws2-eventbridge.operation* | The operation to perform One 
of: [putRule] [putTargets] [removeTargets] [deleteRule] [enableRule] 
[disableRule] [listRules] | "putRule" | HIGH
+| *camel.component.aws2-eventbridge.operation* | The operation to perform One 
of: [putRule] [putTargets] [removeTargets] [deleteRule] [enableRule] 
[disableRule] [describeRule] [listRules] | "putRule" | HIGH
 | *camel.component.aws2-eventbridge.pojoRequest* | If we want to use a POJO 
request as body or not | false | MEDIUM
 | *camel.component.aws2-eventbridge.proxyHost* | To define a proxy host when 
instantiating the Eventbridge client | null | MEDIUM
 | *camel.component.aws2-eventbridge.proxyPort* | To define a proxy port when 
instantiating the Eventbridge client | null | MEDIUM
diff --git 
a/connectors/camel-aws2-eventbridge-kafka-connector/src/main/docs/examples/CamelAws2eventbridgeSinkConnector.properties
 
b/connectors/camel-aws2-eventbridge-kafka-connector/src/main/docs/examples/CamelAws2eventbridgeSinkConnector.properties
index 7bf4bd6..99eba9f 100644
--- 
a/connectors/camel-aws2-eventbridge-kafka-connector/src/main/docs/examples/CamelAws2eventbridgeSinkConnector.properties
+++ 
b/connectors/camel-aws2-eventbridge-kafka-connector/src/main/docs/examples/CamelAws2eventbridgeSinkConnector.properties
@@ -28,9 +28,9 @@ topics=
 
 # mandatory properties (for a complete properties list see the connector 
documentation):
 
-# The operation to perform One of: [putRule] [putTargets] [removeTargets] 
[deleteRule] [enableRule] [disableRule] [listRules]
+# The operation to perform One of: [putRule] [putTargets] [removeTargets] 
[deleteRule] [enableRule] [disableRule] [describeRule] [listRules]
 camel.component.aws2-eventbridge.operation=
-# The operation to perform One of: [putRule] [putTargets] [removeTargets] 
[deleteRule] [enableRule] [disableRule] [listRules]
+# The operation to perform One of: [putRule] [putTargets] [removeTargets] 
[deleteRule] [enableRule] [disableRule] [describeRule] [listRules]
 camel.sink.endpoint.operation=
 # Event bus name or ARN
 camel.sink.path.eventbusNameOrArn=
diff --git 
a/connectors/camel-aws2-eventbridge-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2eventbridge/CamelAws2eventbridgeSinkConnectorConfig.java
 
b/connectors/camel-aws2-eventbridge-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2eventbridge/CamelAws2eventbridgeSinkConnectorConfig.java
index 763f6df..1e35d21 100644
--- 
a/connectors/camel-aws2-eventbridge-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2eventbridge/CamelAws2eventbridgeSinkConnectorConfig.java
+++ 
b/connectors/camel-aws2-eventbridge-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2eventbridge/CamelAws2eventbridgeSinkConnectorConfig.java
@@ -42,7 +42,7 @@ public class CamelAws2eventbridgeSinkConnectorConfig
     public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_ENDPOINT_LAZY_START_PRODUCER_DOC = "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 [...]
     public static final Boolean 
CAMEL_SINK_AWS2EVENTBRIDGE_ENDPOINT_LAZY_START_PRODUCER_DEFAULT = false;
     public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_ENDPOINT_OPERATION_CONF = 
"camel.sink.endpoint.operation";
-    public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_ENDPOINT_OPERATION_DOC = "The operation to perform 
One of: [putRule] [putTargets] [removeTargets] [deleteRule] [enableRule] 
[disableRule] [listRules]";
+    public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_ENDPOINT_OPERATION_DOC = "The operation to perform 
One of: [putRule] [putTargets] [removeTargets] [deleteRule] [enableRule] 
[disableRule] [describeRule] [listRules]";
     public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_ENDPOINT_OPERATION_DEFAULT = "putRule";
     public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_ENDPOINT_POJO_REQUEST_CONF = 
"camel.sink.endpoint.pojoRequest";
     public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_ENDPOINT_POJO_REQUEST_DOC = "If we want to use a 
POJO request as body or not";
@@ -90,7 +90,7 @@ public class CamelAws2eventbridgeSinkConnectorConfig
     public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_COMPONENT_LAZY_START_PRODUCER_DOC = "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. Bewar [...]
     public static final Boolean 
CAMEL_SINK_AWS2EVENTBRIDGE_COMPONENT_LAZY_START_PRODUCER_DEFAULT = false;
     public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_COMPONENT_OPERATION_CONF = 
"camel.component.aws2-eventbridge.operation";
-    public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_COMPONENT_OPERATION_DOC = "The operation to perform 
One of: [putRule] [putTargets] [removeTargets] [deleteRule] [enableRule] 
[disableRule] [listRules]";
+    public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_COMPONENT_OPERATION_DOC = "The operation to perform 
One of: [putRule] [putTargets] [removeTargets] [deleteRule] [enableRule] 
[disableRule] [describeRule] [listRules]";
     public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_COMPONENT_OPERATION_DEFAULT = "putRule";
     public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_COMPONENT_POJO_REQUEST_CONF = 
"camel.component.aws2-eventbridge.pojoRequest";
     public static final String 
CAMEL_SINK_AWS2EVENTBRIDGE_COMPONENT_POJO_REQUEST_DOC = "If we want to use a 
POJO request as body or not";
diff --git 
a/docs/modules/ROOT/pages/connectors/camel-aws2-eventbridge-kafka-sink-connector.adoc
 
b/docs/modules/ROOT/pages/connectors/camel-aws2-eventbridge-kafka-sink-connector.adoc
index 6fc00b8..de868eb 100644
--- 
a/docs/modules/ROOT/pages/connectors/camel-aws2-eventbridge-kafka-sink-connector.adoc
+++ 
b/docs/modules/ROOT/pages/connectors/camel-aws2-eventbridge-kafka-sink-connector.adoc
@@ -34,7 +34,7 @@ The camel-aws2-eventbridge sink connector supports 31 
options, which are listed
 | *camel.sink.endpoint.eventbridgeClient* | To use a existing configured AWS 
Eventbridge as client | null | MEDIUM
 | *camel.sink.endpoint.eventPatternFile* | EventPattern File | null | MEDIUM
 | *camel.sink.endpoint.lazyStartProducer* | 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 cre [...]
-| *camel.sink.endpoint.operation* | The operation to perform One of: [putRule] 
[putTargets] [removeTargets] [deleteRule] [enableRule] [disableRule] 
[listRules] | "putRule" | HIGH
+| *camel.sink.endpoint.operation* | The operation to perform One of: [putRule] 
[putTargets] [removeTargets] [deleteRule] [enableRule] [disableRule] 
[describeRule] [listRules] | "putRule" | HIGH
 | *camel.sink.endpoint.pojoRequest* | If we want to use a POJO request as body 
or not | false | MEDIUM
 | *camel.sink.endpoint.proxyHost* | To define a proxy host when instantiating 
the Eventbridge client | null | MEDIUM
 | *camel.sink.endpoint.proxyPort* | To define a proxy port when instantiating 
the Eventbridge client | null | MEDIUM
@@ -50,7 +50,7 @@ The camel-aws2-eventbridge sink connector supports 31 
options, which are listed
 | *camel.component.aws2-eventbridge.eventbridgeClient* | To use a existing 
configured AWS Eventbridge as client | null | MEDIUM
 | *camel.component.aws2-eventbridge.eventPatternFile* | EventPattern File | 
null | MEDIUM
 | *camel.component.aws2-eventbridge.lazyStartProducer* | 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 proce [...]
-| *camel.component.aws2-eventbridge.operation* | The operation to perform One 
of: [putRule] [putTargets] [removeTargets] [deleteRule] [enableRule] 
[disableRule] [listRules] | "putRule" | HIGH
+| *camel.component.aws2-eventbridge.operation* | The operation to perform One 
of: [putRule] [putTargets] [removeTargets] [deleteRule] [enableRule] 
[disableRule] [describeRule] [listRules] | "putRule" | HIGH
 | *camel.component.aws2-eventbridge.pojoRequest* | If we want to use a POJO 
request as body or not | false | MEDIUM
 | *camel.component.aws2-eventbridge.proxyHost* | To define a proxy host when 
instantiating the Eventbridge client | null | MEDIUM
 | *camel.component.aws2-eventbridge.proxyPort* | To define a proxy port when 
instantiating the Eventbridge client | null | MEDIUM

Reply via email to