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 8a5b1eedceeae4a1d6eb9f069fefd152bf9a2b61
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jul 28 10:27:49 2022 +0200

    AWS SES Sink Kamelet: Fixed wrong reference to Kinesis client
---
 kamelets/aws-ses-sink.kamelet.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/aws-ses-sink.kamelet.yaml 
b/kamelets/aws-ses-sink.kamelet.yaml
index 86e3c186..9f53dfd8 100644
--- a/kamelets/aws-ses-sink.kamelet.yaml
+++ b/kamelets/aws-ses-sink.kamelet.yaml
@@ -33,9 +33,9 @@ spec:
     description: |-
       Send email through the Amazon Simple Email Service (SES).
 
-      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 SES 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 SES client loads the 
credentials through this provider and doesn't use the basic authentication 
method.
       
       In the header, you can optionally set the following properties:
       

Reply via email to