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 dc5f5a420554d9c3a910e1ac419b229850039eff Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 1 09:37:59 2019 +0100 Camel-AWS IAM: Regen docs --- components/camel-aws-iam/src/main/docs/aws-iam-component.adoc | 6 +++--- .../component/aws/iam/springboot/IAMComponentConfiguration.java | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc b/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc index cc601f6..eca7e10 100644 --- a/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc +++ b/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc @@ -72,9 +72,9 @@ with the following path and query parameters: | *accessKey* (producer) | Amazon AWS Access Key | | String | *iamClient* (producer) | To use a existing configured AWS IAM as client | | AmazonIdentity ManagementClient | *operation* (producer) | *Required* The operation to perform | | IAMOperations -| *proxyHost* (producer) | To define a proxy host when instantiating the KMS client | | String -| *proxyPort* (producer) | To define a proxy port when instantiating the KMS client | | Integer -| *region* (producer) | The region in which KMS client needs to work | | String +| *proxyHost* (producer) | To define a proxy host when instantiating the IAM client | | String +| *proxyPort* (producer) | To define a proxy port when instantiating the IAM client | | Integer +| *region* (producer) | The region in which IAM client needs to work | | String | *secretKey* (producer) | Amazon AWS Secret Key | | String | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean |=== diff --git a/platforms/spring-boot/components-starter/camel-aws-iam-starter/src/main/java/org/apache/camel/component/aws/iam/springboot/IAMComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-aws-iam-starter/src/main/java/org/apache/camel/component/aws/iam/springboot/IAMComponentConfiguration.java index b4aa40f..c483092 100644 --- a/platforms/spring-boot/components-starter/camel-aws-iam-starter/src/main/java/org/apache/camel/component/aws/iam/springboot/IAMComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-aws-iam-starter/src/main/java/org/apache/camel/component/aws/iam/springboot/IAMComponentConfiguration.java @@ -122,15 +122,15 @@ public class IAMComponentConfiguration */ private IAMOperations operation; /** - * To define a proxy host when instantiating the KMS client + * To define a proxy host when instantiating the IAM client */ private String proxyHost; /** - * To define a proxy port when instantiating the KMS client + * To define a proxy port when instantiating the IAM client */ private Integer proxyPort; /** - * The region in which KMS client needs to work + * The region in which IAM client needs to work */ private String region;