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 2fbdeaa7d5a158c9905c3619ba7e6c34c82cc652
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Aug 6 08:40:10 2020 +0200

    Regen website docs
---
 docs/components/modules/ROOT/pages/aws2-sts-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws2-sts-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
index 4e761f0..91d4856 100644
--- a/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
@@ -53,7 +53,7 @@ The AWS 2 Security Token Service (STS) component supports 14 
options, which are
 | *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (producer) | Component configuration |  | STS2Configuration
 | *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
+| *operation* (producer) | *Required* The operation to perform. The value can 
be one of: assumeRole, getSessionToken | 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 STS 
client |  | String
 | *proxyPort* (producer) | To define a proxy port when instantiating the STS 
client |  | Integer
@@ -97,7 +97,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | 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. The value can 
be one of: assumeRole | assumeRole | STS2Operations
+| *operation* (producer) | *Required* The operation to perform. The value can 
be one of: assumeRole, getSessionToken | 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 STS 
client |  | String
 | *proxyPort* (producer) | To define a proxy port when instantiating the STS 
client |  | Integer

Reply via email to