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 66c731f9cc2b606d1c0573ccf2dd2bee03d15ed4 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jul 23 08:59:46 2020 +0200 Regen website docs --- docs/components/modules/ROOT/pages/aws2-kinesis-component.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/components/modules/ROOT/pages/aws2-kinesis-component.adoc b/docs/components/modules/ROOT/pages/aws2-kinesis-component.adoc index 66d4650..37c9e35 100644 --- a/docs/components/modules/ROOT/pages/aws2-kinesis-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-kinesis-component.adoc @@ -44,7 +44,7 @@ The stream needs to be created prior to it being used. + // component options: START -The AWS 2 Kinesis component supports 17 options, which are listed below. +The AWS 2 Kinesis component supports 18 options, which are listed below. @@ -52,6 +52,7 @@ The AWS 2 Kinesis component supports 17 options, which are listed below. |=== | Name | Description | Default | Type | *amazonKinesisClient* (common) | Amazon Kinesis client to use for all requests for this endpoint | | KinesisClient +| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking | true | boolean | *configuration* (common) | Component configuration | | Kinesis2Configuration | *proxyHost* (common) | To define a proxy host when instantiating the Kinesis client | | String | *proxyPort* (common) | To define a proxy port when instantiating the Kinesis client | | Integer @@ -96,13 +97,14 @@ with the following path and query parameters: |=== -=== Query Parameters (35 parameters): +=== Query Parameters (36 parameters): [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type | *amazonKinesisClient* (common) | Amazon Kinesis client to use for all requests for this endpoint | | KinesisClient +| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking | true | boolean | *proxyHost* (common) | To define a proxy host when instantiating the Kinesis client | | String | *proxyPort* (common) | To define a proxy port when instantiating the Kinesis client | | Integer | *proxyProtocol* (common) | To define a proxy protocol when instantiating the Kinesis client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol