This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ecde71  Regen
0ecde71 is described below

commit 0ecde7154ab3db60eb5f09e644c6f2f4b20681c5
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Feb 12 07:32:05 2019 +0100

    Regen
---
 components/camel-aws/src/main/docs/aws-s3-component.adoc |  2 +-
 components/readme.adoc                                   | 10 ++--------
 docs/components/modules/ROOT/pages/aws-s3-component.adoc |  4 ++--
 3 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/components/camel-aws/src/main/docs/aws-s3-component.adoc 
b/components/camel-aws/src/main/docs/aws-s3-component.adoc
index d5eb40b..918d3d0 100644
--- a/components/camel-aws/src/main/docs/aws-s3-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-s3-component.adoc
@@ -152,7 +152,7 @@ The component supports 34 options, which are listed below.
 | *camel.component.aws-s3.access-key* | Amazon AWS Access Key |  | String
 | *camel.component.aws-s3.configuration.accelerate-mode-enabled* | Define if 
Accelerate Mode enabled is true or false | false | Boolean
 | *camel.component.aws-s3.configuration.access-key* | Amazon AWS Access Key |  
| String
-| *camel.component.aws-s3.configuration.amazon-s3-client* | Reference to a 
com.amazonaws.services.sqs.AmazonS3 in the link:registry.htmlRegistry. |  | 
AmazonS3
+| *camel.component.aws-s3.configuration.amazon-s3-client* | Reference to a 
com.amazonaws.services.s3.AmazonS3 in the link:registry.htmlRegistry. |  | 
AmazonS3
 | *camel.component.aws-s3.configuration.autoclose-body* | If this option is 
true and includeBody is true, then the S3Object.close() method will be called 
on exchange completion. This option is strongly related to includeBody option. 
In case of setting includeBody to true and autocloseBody to false, it will be 
up to the caller to close the S3Object stream. Setting autocloseBody to true, 
will close the S3Object stream automatically. | true | Boolean
 | *camel.component.aws-s3.configuration.aws-k-m-s-key-id* | Define the id of 
KMS key to use in case KMS is enabled |  | String
 | *camel.component.aws-s3.configuration.bucket-name* | Name of the bucket. The 
bucket will be created if it doesn't already exists. |  | String
diff --git a/components/readme.adoc b/components/readme.adoc
index 401d3fc..7d556d1 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1,7 +1,7 @@
 ==== Components
 
 // components: START
-Number of Components: 290 in 210 JAR artifacts (0 deprecated)
+Number of Components: 288 in 210 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -76,12 +76,6 @@ Number of Components: 290 in 210 JAR artifacts (0 deprecated)
 | link:camel-aws/src/main/docs/aws-ec2-component.adoc[AWS EC2] (camel-aws) +
 `aws-ec2:label` | 2.16 | The aws-ec2 is used for managing Amazon EC2 instances.
 
-| link:camel-aws/src/main/docs/aws-ecs-component.adoc[AWS ECS] (camel-aws) +
-`aws-ecs:label` | 3.0 | The aws-kms is used for managing Amazon ECS
-
-| link:camel-aws/src/main/docs/aws-eks-component.adoc[AWS EKS] (camel-aws) +
-`aws-eks:label` | 3.0 | The aws-kms is used for managing Amazon EKS
-
 | link:camel-aws/src/main/docs/aws-iam-component.adoc[AWS IAM] (camel-aws) +
 `aws-iam:label` | 2.23 | The aws-iam is used for managing Amazon IAM
 
@@ -320,7 +314,7 @@ Number of Components: 290 in 210 JAR artifacts (0 
deprecated)
 `gora:name` | 2.14 | The gora component allows you to work with NoSQL 
databases using the Apache Gora framework.
 
 | link:camel-grape/src/main/docs/grape-component.adoc[Grape] (camel-grape) +
-`grape:defaultCoordinates` | 2.16 | The grape component allows you to fetch, 
load and manage additional jars when CamelContext is running.
+`grape:defaultCoordinates` | 2.16 | Grape component allows you to fetch, load 
and manage additional jars when CamelContext is running.
 
 | link:camel-grpc/src/main/docs/grpc-component.adoc[gRPC] (camel-grpc) +
 `grpc:host:port/service` | 2.19 | The gRPC component allows to call and expose 
remote procedures via HTTP/2 with protobuf dataformat
diff --git a/docs/components/modules/ROOT/pages/aws-s3-component.adoc 
b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
index ed25221..918d3d0 100644
--- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
@@ -86,7 +86,7 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *amazonS3Client* (common) | Reference to a 
com.amazonaws.services.sqs.AmazonS3 in the link:registry.htmlRegistry. |  | 
AmazonS3
+| *amazonS3Client* (common) | Reference to a 
com.amazonaws.services.s3.AmazonS3 in the link:registry.htmlRegistry. |  | 
AmazonS3
 | *pathStyleAccess* (common) | Whether or not the S3 client should use path 
style access | false | boolean
 | *policy* (common) | The policy for this queue to set in the 
com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method. |  | String
 | *proxyHost* (common) | To define a proxy host when instantiating the SQS 
client |  | String
@@ -152,7 +152,7 @@ The component supports 34 options, which are listed below.
 | *camel.component.aws-s3.access-key* | Amazon AWS Access Key |  | String
 | *camel.component.aws-s3.configuration.accelerate-mode-enabled* | Define if 
Accelerate Mode enabled is true or false | false | Boolean
 | *camel.component.aws-s3.configuration.access-key* | Amazon AWS Access Key |  
| String
-| *camel.component.aws-s3.configuration.amazon-s3-client* | Reference to a 
com.amazonaws.services.sqs.AmazonS3 in the link:registry.htmlRegistry. |  | 
AmazonS3
+| *camel.component.aws-s3.configuration.amazon-s3-client* | Reference to a 
com.amazonaws.services.s3.AmazonS3 in the link:registry.htmlRegistry. |  | 
AmazonS3
 | *camel.component.aws-s3.configuration.autoclose-body* | If this option is 
true and includeBody is true, then the S3Object.close() method will be called 
on exchange completion. This option is strongly related to includeBody option. 
In case of setting includeBody to true and autocloseBody to false, it will be 
up to the caller to close the S3Object stream. Setting autocloseBody to true, 
will close the S3Object stream automatically. | true | Boolean
 | *camel.component.aws-s3.configuration.aws-k-m-s-key-id* | Define the id of 
KMS key to use in case KMS is enabled |  | String
 | *camel.component.aws-s3.configuration.bucket-name* | Name of the bucket. The 
bucket will be created if it doesn't already exists. |  | String

Reply via email to