This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 1062cf9 CAMEL-14568 - Fixed AWS EKS
new 8b8496b CAMEL-14568 - Fixed AWS IAM
new 745605a CAMEL-14568 - Fixed AWS Kinesis Firehose
new 53e244d CAMEL-14568 - Fixed AWS Kinesis
new 07cb772 CAMEL-14568 - Regen configurers
The 4 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:
.../component/aws/iam/IAMComponentConfigurer.java | 7 +--
.../apache/camel/component/aws/iam/aws-iam.json | 8 +--
.../src/main/docs/aws-iam-component.adoc | 2 +-
.../camel/component/aws/iam/IAMComponent.java | 46 +--------------
.../aws/iam/IAMComponentConfigurationTest.java | 16 +++---
.../KinesisFirehoseComponentConfigurer.java | 11 ++--
.../aws/kinesis/KinesisComponentConfigurer.java | 11 ++--
.../aws/firehose/aws-kinesis-firehose.json | 6 +-
.../camel/component/aws/kinesis/aws-kinesis.json | 6 +-
.../src/main/docs/aws-kinesis-component.adoc | 6 +-
.../main/docs/aws-kinesis-firehose-component.adoc | 6 +-
.../aws/firehose/KinesisFirehoseComponent.java | 48 +---------------
.../component/aws/kinesis/KinesisComponent.java | 48 +---------------
.../KinesisFirehoseComponentConfigurationTest.java | 16 +++---
.../kinesis/KinesisComponentConfigurationTest.java | 16 +++---
.../dsl/AwsIamComponentBuilderFactory.java | 34 +++++------
.../dsl/AwsKinesisComponentBuilderFactory.java | 60 ++++++++++----------
.../AwsKinesisFirehoseComponentBuilderFactory.java | 66 +++++++++++-----------
18 files changed, 142 insertions(+), 271 deletions(-)