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 af7176c1694838e7a722fdaee1b0b36521112834 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jan 27 15:25:35 2020 +0100 CAMEL-14446 - Create an AWS-ECS component based on SDK v2 - Regen docs --- components/camel-twitter/src/main/docs/twitter-timeline-component.adoc | 1 - docs/components/modules/ROOT/pages/aws2-ecs-component.adoc | 2 +- docs/components/modules/ROOT/pages/index.adoc | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/components/camel-twitter/src/main/docs/twitter-timeline-component.adoc b/components/camel-twitter/src/main/docs/twitter-timeline-component.adoc index c965b02..eb0703d 100644 --- a/components/camel-twitter/src/main/docs/twitter-timeline-component.adoc +++ b/components/camel-twitter/src/main/docs/twitter-timeline-component.adoc @@ -54,7 +54,6 @@ with the following path and query parameters: | *timelineType* | *Required* The timeline type to produce/consume. | | TimelineType |=== -The timelineType can be one of: public, home, user, mentions or retweetsofme. === Query Parameters (45 parameters): diff --git a/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc index f640740..f776140 100644 --- a/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc @@ -82,7 +82,7 @@ with the following path and query parameters: | *proxyHost* (producer) | To define a proxy host when instantiating the ECS client | | String | *proxyPort* (producer) | To define a proxy port when instantiating the ECS client | | Integer | *proxyProtocol* (producer) | To define a proxy protocol when instantiating the ECS client | HTTPS | Protocol -| *region* (producer) | The region in which ECS client needs to work. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You'll need to use the name Regions.EU_WEST_1.name() | | String +| *region* (producer) | The region in which Translate client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() | | String | *secretKey* (producer) | Amazon AWS Secret Key | | String | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc index 253f8e0..1de0c61 100644 --- a/docs/components/modules/ROOT/pages/index.adoc +++ b/docs/components/modules/ROOT/pages/index.adoc @@ -88,7 +88,7 @@ Number of Components: 311 in 249 JAR artifacts (1 deprecated) | xref:aws-translate-component.adoc[AWS Translate] (camel-aws-translate) | 3.0 | The aws-translate component is used for managing Amazon Translate -| xref:aws2-ecs-component.adoc[AWS2 ECS] (camel-aws2-ecs) | 3.1 | The aws-ecs is used for managing Amazon ECS +| xref:aws2-ecs-component.adoc[AWS2 ECS] (camel-aws2-ecs) | 3.1 | The aws2-ecs is used for managing Amazon ECS | xref:azure-blob-component.adoc[Azure Storage Blob Service] (camel-azure) | 2.19 | The azure-blob component is used for storing and retrieving blobs from Azure Storage Blob Service.
