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 f5e1c98f67dad1c66b17ed4928c606493b2fe668
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Aug 6 08:50:43 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws2-sts-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
index 91d4856..ac48daf 100644
--- a/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-sts-component.adoc
@@ -132,6 +132,7 @@ The AWS2 STS component works on the aws-global region and 
it has aws-global as d
 Camel-AWS STS component provides the following operation on the producer side:
 
 - assumeRole
+- getSessionToken
 
 == Producer Examples
 
@@ -145,6 +146,14 @@ from("direct:createUser")
     .to("aws2-sts://test?stsClient=#amazonSTSClient&operation=assumeRole")
 
--------------------------------------------------------------------------------
 
+- getSessionToken: this operation will return a temporary session token
+
+[source,java]
+--------------------------------------------------------------------------------
+from("direct:getSessionToken")
+    .to("aws2-sts://test?stsClient=#amazonSTSClient&operation=getSessionToken")
+--------------------------------------------------------------------------------
+
 == Automatic detection of StsClient client in registry
 
 The component is capable of detecting the presence of an StsClient bean into 
the registry.

Reply via email to