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 8d4ce167bb69f8ce9719d640b741860430a3f936 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jan 15 18:09:47 2020 +0100 CAMEL-13784 - Update to AWS SDK V2 - Created camel-aws2-translate, regen --- bom/camel-bom/pom.xml | 5 +++++ docs/components/modules/ROOT/pages/aws2-translate-component.adoc | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 3469331..bd58384 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -223,6 +223,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-aws2-translate</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-azure</artifactId> <version>${project.version}</version> </dependency> diff --git a/docs/components/modules/ROOT/pages/aws2-translate-component.adoc b/docs/components/modules/ROOT/pages/aws2-translate-component.adoc index dba984e..75d3cc3 100644 --- a/docs/components/modules/ROOT/pages/aws2-translate-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-translate-component.adoc @@ -41,7 +41,7 @@ The AWS Translate component supports 6 options, which are listed below. [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *configuration* (advanced) | The AWS Translate default configuration | | TranslateConfiguration +| *configuration* (advanced) | The AWS Translate default configuration | | Translate2Configuration | *accessKey* (producer) | Amazon AWS Access Key | | String | *secretKey* (producer) | Amazon AWS Secret Key | | String | *region* (producer) | The region in which Translate client needs to work | | String @@ -81,7 +81,7 @@ with the following path and query parameters: | *accessKey* (producer) | Amazon AWS Access Key | | String | *autodetectSourceLanguage* (producer) | Being able to autodetect the source language | false | boolean | *lazyStartProducer* (producer) | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and [...] -| *operation* (producer) | *Required* The operation to perform | | TranslateOperations +| *operation* (producer) | *Required* The operation to perform | | Translate2Operations | *proxyHost* (producer) | To define a proxy host when instantiating the Translate client | | String | *proxyPort* (producer) | To define a proxy port when instantiating the Translate client | | Integer | *proxyProtocol* (producer) | To define a proxy protocol when instantiating the Translate client | HTTPS | Protocol @@ -162,4 +162,4 @@ Maven users will need to add the following dependency to their pom.xml. </dependency> --------------------------------------- -where `$\{camel-version\}` must be replaced by the actual version of Camel. \ No newline at end of file +where `$\{camel-version\}` must be replaced by the actual version of Camel.
