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 2018/01/22 10:57:47 UTC

[camel] branch master updated: CAMEL-12175 - Regen docs

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


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

commit 617f550c42e8b9c5446ea6f0d193a9ec50eaa796
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 22 11:57:29 2018 +0100

    CAMEL-12175 - Regen docs
---
 .../camel-aws/src/main/docs/aws-kinesis-firehose-component.adoc  | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/components/camel-aws/src/main/docs/aws-kinesis-firehose-component.adoc b/components/camel-aws/src/main/docs/aws-kinesis-firehose-component.adoc
index 37e161a..af94962 100644
--- a/components/camel-aws/src/main/docs/aws-kinesis-firehose-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-kinesis-firehose-component.adoc
@@ -51,13 +51,18 @@ with the following path and query parameters:
 | *streamName* | *Required* Name of the stream |  | String
 |===
 
-==== Query Parameters (2 parameters):
+==== Query Parameters (7 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *amazonKinesisFirehoseClient* (producer) | *Required* Amazon Kinesis Firehose client to use for all requests for this endpoint |  | AmazonKinesisFirehose
+| *amazonKinesisFirehoseClient* (producer) | Amazon Kinesis Firehose client to use for all requests for this endpoint |  | AmazonKinesisFirehose
+| *proxyHost* (producer) | To define a proxy host when instantiating the DDBStreams client |  | String
+| *proxyPort* (producer) | To define a proxy port when instantiating the DDBStreams client |  | Integer
+| *region* (producer) | The region in which Kinesis client needs to work |  | String
 | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). | false | boolean
+| *accessKey* (security) | Amazon AWS Access Key |  | String
+| *secretKey* (security) | Amazon AWS Secret Key |  | String
 |===
 // endpoint options: END
 

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.