CAMEL-10952: Regen docs
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/98ba7037 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/98ba7037 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/98ba7037 Branch: refs/heads/master Commit: 98ba70378311e3a9612da4c6092ad9efabd69d97 Parents: f3f02f0 Author: Andrea Cosentino <anco...@gmail.com> Authored: Wed Mar 8 08:42:43 2017 +0100 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Wed Mar 8 08:42:43 2017 +0100 ---------------------------------------------------------------------- .../src/main/docs/aws-kinesis-firehose-component.adoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/98ba7037/components/camel-aws/src/main/docs/aws-kinesis-firehose-component.adoc ---------------------------------------------------------------------- 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 b691073..adb5c81 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 @@ -35,24 +35,26 @@ The AWS Kinesis Firehose component has no options. // endpoint options: START -The AWS Kinesis Firehose component is configured using the URI syntax with the following path and query parameters: +The AWS Kinesis Firehose endpoint is configured using URI syntax: aws-kinesis-firehose:streamName -#### 1 path parameters: + with the following path and query parameters: + +#### Path Parameters (1 parameters): [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description -| streamName | | String | *Required* Name of the delivery stream +| streamName | | String | *Required* Name of the stream |======================================================================= -#### 5 query parameters: +#### Query Parameters (2 parameters): [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description -| amazonKinesisFirehoseClient | common | | AmazonKinesisFirehose | *Required* Amazon Kinesis Firehose client to use for all requests for this endpoint +| amazonKinesisFirehoseClient | producer | | AmazonKinesisFirehose | *Required* Amazon Kinesis Firehose client to use for all requests for this endpoint | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= // endpoint options: END