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 6ee25a752cc6ac9a049a1f44ee12e375ce50d15b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jul 9 16:08:47 2020 +0200 Regen website docs --- docs/components/modules/ROOT/pages/aws2-translate-component.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/components/modules/ROOT/pages/aws2-translate-component.adoc b/docs/components/modules/ROOT/pages/aws2-translate-component.adoc index b195100..5358149 100644 --- a/docs/components/modules/ROOT/pages/aws2-translate-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-translate-component.adoc @@ -43,7 +43,7 @@ You can append query options to the URI in the following format, // component options: START -The AWS 2 Translate component supports 15 options, which are listed below. +The AWS 2 Translate component supports 16 options, which are listed below. @@ -62,6 +62,7 @@ The AWS 2 Translate component supports 15 options, which are listed below. | *sourceLanguage* (producer) | Source language to use | | String | *targetLanguage* (producer) | Target language to use | | String | *translateClient* (producer) | To use a existing configured AWS Translate as client | | TranslateClient +| *trustAllCertificates* (producer) | If we want to trust all certificates in case of overriding the endpoint | false | boolean | *basicPropertyBinding* (advanced) | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean | *accessKey* (security) | Amazon AWS Access Key | | String | *secretKey* (security) | Amazon AWS Secret Key | | String @@ -90,7 +91,7 @@ with the following path and query parameters: |=== -=== Query Parameters (15 parameters): +=== Query Parameters (16 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -107,6 +108,7 @@ with the following path and query parameters: | *sourceLanguage* (producer) | Source language to use | | String | *targetLanguage* (producer) | Target language to use | | String | *translateClient* (producer) | To use a existing configured AWS Translate as client | | TranslateClient +| *trustAllCertificates* (producer) | If we want to trust all certificates in case of overriding the endpoint | false | boolean | *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 | *accessKey* (security) | Amazon AWS Access Key | | String