This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fix-descr-and-params in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 96403141961f5c9ffb4584b054ca0dc2d13660d5 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jul 28 10:32:20 2022 +0200 AWS SQS Sink Kamelet: Fixed wrong reference to Kinesis client --- kamelets/aws-sqs-sink.kamelet.yaml | 4 ++-- .../src/main/resources/kamelets/aws-sns-sink.kamelet.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kamelets/aws-sqs-sink.kamelet.yaml b/kamelets/aws-sqs-sink.kamelet.yaml index 7b1ab311..557fc250 100644 --- a/kamelets/aws-sqs-sink.kamelet.yaml +++ b/kamelets/aws-sqs-sink.kamelet.yaml @@ -33,9 +33,9 @@ spec: description: |- Send messages to an Amazon Simple Queue Service (SQS) queue. - The basic authentication method for the Kinesis service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider. + The basic authentication method for the SQS service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider. - If you use the default credentials provider, the Kinesis client loads the credentials through this provider and doesn't use the basic authentication method. + If you use the default credentials provider, the SQS client loads the credentials through this provider and doesn't use the basic authentication method. required: - queueNameOrArn - region diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml index 79c0072d..c8a3de0d 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml @@ -33,9 +33,9 @@ spec: description: |- Send message to an Amazon Simple Notification Service (SNS) topic. - The basic authentication method for the Kinesis service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider. + The basic authentication method for the SNS service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider. - If you use the default credentials provider, the Kinesis client loads the credentials through this provider and doesn't use the basic authentication method. + If you use the default credentials provider, the SNS client loads the credentials through this provider and doesn't use the basic authentication method. In the header, you can optionally set the `subject` / `ce-subject` property to specify the subject of the message. required:
