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 a2e746fdc8da52d84c4cff3f9136156d4e05d0a5
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Aug 5 11:31:11 2020 +0200

    Regen docs
---
 .../modules/ROOT/pages/aws2-sts-component.adoc     | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws2-sts-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
index 55f13b2..e0b4a2b 100644
--- a/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
@@ -4,7 +4,7 @@
 :page-source: components/camel-aws2-sts/src/main/docs/aws2-sts-component.adoc
 :docTitle: AWS 2 Security Token Service (STS)
 :artifactId: camel-aws2-sts
-:description: Manage AWS ECS cluster instances using AWS SDK version 2.x.
+:description: Manage AWS STS cluster instances using AWS SDK version 2.x.
 :since: 3.5
 :supportLevel: Preview
 :component-header: Only producer is supported
@@ -55,11 +55,11 @@ The AWS 2 Security Token Service (STS) component supports 
14 options, which are
 | *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. The value can 
be one of: assumeRole | assumeRole | STS2Operations
 | *pojoRequest* (producer) | If we want to use a POJO request as body or not | 
false | boolean
-| *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. The value can be one of: HTTP, HTTPS | HTTPS | Protocol
-| *region* (producer) | The region in which ECS 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
-| *stsClient* (producer) | To use a existing configured AWS ECS as client |  | 
StsClient
+| *proxyHost* (producer) | To define a proxy host when instantiating the STS 
client |  | String
+| *proxyPort* (producer) | To define a proxy port when instantiating the STS 
client |  | Integer
+| *proxyProtocol* (producer) | To define a proxy protocol when instantiating 
the STS client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol
+| *region* (producer) | The region in which STS 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
+| *stsClient* (producer) | To use a existing configured AWS STS as client |  | 
StsClient
 | *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
@@ -99,11 +99,11 @@ with the following path and query parameters:
 | *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. The value can 
be one of: assumeRole | assumeRole | STS2Operations
 | *pojoRequest* (producer) | If we want to use a POJO request as body or not | 
false | boolean
-| *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. The value can be one of: HTTP, HTTPS | HTTPS | Protocol
-| *region* (producer) | The region in which ECS 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
-| *stsClient* (producer) | To use a existing configured AWS ECS as client |  | 
StsClient
+| *proxyHost* (producer) | To define a proxy host when instantiating the STS 
client |  | String
+| *proxyPort* (producer) | To define a proxy port when instantiating the STS 
client |  | Integer
+| *proxyProtocol* (producer) | To define a proxy protocol when instantiating 
the STS client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol
+| *region* (producer) | The region in which STS 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
+| *stsClient* (producer) | To use a existing configured AWS STS as client |  | 
StsClient
 | *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

Reply via email to