You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/10/05 08:43:04 UTC

[camel] 04/04: CAMEL-12859 - Updated docs

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 30096a8f9a72ba3bb17ff73aabc53bb9c6a9e26b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 5 10:41:33 2018 +0200

    CAMEL-12859 - Updated docs
---
 components/camel-aws/src/main/docs/aws-iam-component.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-aws/src/main/docs/aws-iam-component.adoc b/components/camel-aws/src/main/docs/aws-iam-component.adoc
index 26ea2e8..9d6a6d5 100644
--- a/components/camel-aws/src/main/docs/aws-iam-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-iam-component.adoc
@@ -125,6 +125,10 @@ the https://aws.amazon.com/it/iam/[Amazon IAM] service.
 |`CamelAwsIAMOperation` |`String` |The operation we want to perform
 
 |`CamelAwsIAMUsername` |`String` |The username for the user you want to manage
+
+|`CamelAwsIAMAccessKeyID` |`String` |The accessKey you want to manage
+
+|`CamelAwsIAMAccessKeyStatus` |`String` |The Status of the AccessKey you want to set, possible value are active and inactive
 |=======================================================================
 
 #### IAM Producer operations
@@ -138,6 +142,7 @@ Camel-AWS IAM component provides the following operation on the producer side:
 - getUser
 - createAccessKey
 - deleteAccessKey
+- updateAccessKey
 
 Dependencies