Repository: camel Updated Branches: refs/heads/master 1a9a26a92 -> f32328c19
Regen docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f32328c1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f32328c1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f32328c1 Branch: refs/heads/master Commit: f32328c1957acd85ee5768b5545bc0c0461ea215 Parents: e099511 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Mar 8 09:36:09 2017 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Mar 8 09:36:22 2017 +0100 ---------------------------------------------------------------------- .../src/main/docs/salesforce-component.adoc | 14 +++++--------- components/readme.adoc | 5 ++++- docs/user-manual/en/SUMMARY.md | 1 + 3 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f32328c1/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc index bc396ab..33445c4 100644 --- a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc +++ b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc @@ -431,7 +431,6 @@ The Salesforce component supports 24 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -460,7 +459,6 @@ The Salesforce component supports 24 options which are listed below. | packages | common | | String[] | Package names to scan for DTO classes (multiple packages can be separated by comma). | resolvePropertyPlaceholders | advanced | true | boolean | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. |======================================================================= -{% endraw %} // component options: END @@ -473,24 +471,23 @@ The Salesforce component supports 24 options which are listed below. // endpoint options: START -The Salesforce component is configured using the URI syntax with the following path and query parameters: +The Salesforce endpoint is configured using URI syntax: salesforce:operationName:topicName -#### 2 path parameters: + with the following path and query parameters: + +#### Path Parameters (2 parameters): -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | operationName | | OperationName | The operation to use | topicName | | String | The name of the topic to use |======================================================================= -{% endraw %} -#### 41 query parameters: +#### Query Parameters (41 parameters): -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -536,7 +533,6 @@ The Salesforce component is configured using the URI syntax with the following p | exchangePattern | consumer (advanced) | | ExchangePattern | Sets the exchange pattern when the consumer creates an exchange. | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/f32328c1/components/readme.adoc ---------------------------------------------------------------------- diff --git a/components/readme.adoc b/components/readme.adoc index 0a91f0e..0f45199 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -2,7 +2,7 @@ Components ^^^^^^^^^^ // components: START -Number of Components: 219 in 174 JAR artifacts (13 deprecated) +Number of Components: 220 in 174 JAR artifacts (13 deprecated) [width="100%",cols="4,1,5",options="header"] |======================================================================= @@ -56,6 +56,9 @@ Number of Components: 219 in 174 JAR artifacts (13 deprecated) | link:camel-aws/src/main/docs/aws-kinesis-component.adoc[AWS Kinesis] (camel-aws) + `aws-kinesis:streamName` | 2.17 | The aws-kinesis component is for consuming records from Amazon Kinesis Streams. +| link:camel-aws/src/main/docs/aws-kinesis-firehose-component.adoc[AWS Kinesis Firehose] (camel-aws) + +`aws-kinesis-firehose:streamName` | 2.19 | A Camel Amazon Web Services Components + | link:camel-aws/src/main/docs/aws-s3-component.adoc[AWS S3 Storage Service] (camel-aws) + `aws-s3:bucketNameOrArn` | 2.8 | The aws-s3 component is used for storing and retrieving objecct from Amazon S3 Storage Service. http://git-wip-us.apache.org/repos/asf/camel/blob/f32328c1/docs/user-manual/en/SUMMARY.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index c575605..935cf23 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -140,6 +140,7 @@ * [AWS DynamoDB Streams](aws-ddbstream-component.adoc) * [AWS EC2](aws-ec2-component.adoc) * [AWS Kinesis](aws-kinesis-component.adoc) + * [AWS Kinesis Firehose](aws-kinesis-firehose-component.adoc) * [AWS S3 Storage Service](aws-s3-component.adoc) * [AWS Simple Email Service](aws-ses-component.adoc) * [AWS Simple Notification System](aws-sns-component.adoc)