This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 2809422a922 CAMEL-20400: Support for Knative SinkBinding
new 750208a4336 (chores) camel-aws2-sqs: documentation fixes
new 506e26ffbed (chores) camel-aws2-sns: documentation fixes
new 4948d0e58e1 (chores) camel-aws2-s3: documentation fixes
new 26b6639d6a4 (chores) camel-aws2-kms: documentation fixes
new a41ee6888e6 (chores) camel-aws2-lambda: documentation fixes
new 73fbcb5b127 (chores) camel-aws2-mq: documentation fixes
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/camel/catalog/components/aws2-kms.json | 24 ++---
.../camel/catalog/components/aws2-lambda.json | 24 ++---
.../apache/camel/catalog/components/aws2-mq.json | 28 +++---
.../apache/camel/catalog/components/aws2-s3.json | 64 ++++++------
.../apache/camel/catalog/components/aws2-sns.json | 32 +++---
.../apache/camel/catalog/components/aws2-sqs.json | 60 ++++++------
.../apache/camel/component/aws2/kms/aws2-kms.json | 24 ++---
.../src/main/docs/aws2-kms-component.adoc | 18 ++--
.../component/aws2/kms/KMS2Configuration.java | 12 +--
.../camel/component/aws2/lambda/aws2-lambda.json | 24 ++---
.../src/main/docs/aws2-lambda-component.adoc | 21 ++--
.../aws2/lambda/Lambda2Configuration.java | 16 +--
.../apache/camel/component/aws2/mq/aws2-mq.json | 28 +++---
.../src/main/docs/aws2-mq-component.adoc | 19 ++--
.../camel/component/aws2/mq/MQ2Configuration.java | 16 +--
.../apache/camel/component/aws2/s3/aws2-s3.json | 64 ++++++------
.../src/main/docs/aws2-s3-component.adoc | 109 +++++++++++----------
.../component/aws2/s3/AWS2S3Configuration.java | 50 +++++-----
.../apache/camel/component/aws2/sns/aws2-sns.json | 32 +++---
.../src/main/docs/aws2-sns-component.adoc | 24 ++---
.../component/aws2/sns/Sns2Configuration.java | 28 +++---
.../apache/camel/component/aws2/sqs/aws2-sqs.json | 60 ++++++------
.../src/main/docs/aws2-sqs-component.adoc | 46 ++++-----
.../component/aws2/sqs/Sqs2Configuration.java | 36 +++----
24 files changed, 436 insertions(+), 423 deletions(-)