You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/13 14:06:27 UTC

[camel] 05/06: CAMEL-14551 - Create an AWS-SES component based on SDK v2, Regen docs

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

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

commit 8e376ffaed244925442be3e5f01a6c93311fca43
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 13 14:50:52 2020 +0100

    CAMEL-14551 - Create an AWS-SES component based on SDK v2, Regen docs
---
 components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc    | 6 ++++--
 docs/components/modules/ROOT/nav.adoc                              | 2 ++
 docs/components/modules/ROOT/pages/aws-ses-component.adoc          | 2 +-
 .../components/modules/ROOT/pages}/aws2-ses-component.adoc         | 7 +++++--
 docs/components/modules/ROOT/pages/index.adoc                      | 4 +++-
 5 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc b/components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc
index a26f199..a4cb0c3 100644
--- a/components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc
+++ b/components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc
@@ -1,6 +1,8 @@
+[[aws2-ses-component]]
 = AWS 2 Simple Email Service Component
 
-*Since Camel 2.9*
+*Since Camel 3.1*
+
 *Since Camel 3.1*
 
 
@@ -181,4 +183,4 @@ Maven users will need to add the following dependency to their pom.xml.
 where `$\{camel-version\}` must be replaced by the actual version of Camel.
 
 
-include::camel-spring-boot::page$aws-ses-starter.adoc[]
+include::camel-spring-boot::page$aws-ses-starter.adoc[]
\ No newline at end of file
diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc
index c9032e5..9ef6a92 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -53,6 +53,8 @@
 * xref:aws2-kms-component.adoc[AWS 2 KMS Component]
 * xref:aws2-mq-component.adoc[AWS 2 MQ Component]
 * xref:aws2-msk-component.adoc[AWS 2 MSK Component]
+* xref:aws-ses-component.adoc[AWS Simple Email Service Component]
+* xref:aws2-ses-component.adoc[AWS 2 Simple Email Service Component]
 * xref:aws2-translate-component.adoc[AWS 2 Translate Component]
 * xref:azure-blob-component.adoc[Azure Storage Blob Service Component]
 * xref:azure-queue-component.adoc[Azure Storage Queue Service Component]
diff --git a/docs/components/modules/ROOT/pages/aws-ses-component.adoc b/docs/components/modules/ROOT/pages/aws-ses-component.adoc
index be43d81..51db80f 100644
--- a/docs/components/modules/ROOT/pages/aws-ses-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-ses-component.adoc
@@ -1,6 +1,6 @@
 [[aws-ses-component]]
 = AWS Simple Email Service Component
-:page-source: components/camel-aws-ses/src/main/docs/aws-ses-component.adoc
+:page-source: components/camel-aws2-ses/bin/src/main/docs/aws-ses-component.adoc
 
 *Since Camel 2.9*
 
diff --git a/components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc b/docs/components/modules/ROOT/pages/aws2-ses-component.adoc
similarity index 97%
copy from components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc
copy to docs/components/modules/ROOT/pages/aws2-ses-component.adoc
index a26f199..7860a43 100644
--- a/components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-ses-component.adoc
@@ -1,6 +1,9 @@
+[[aws2-ses-component]]
 = AWS 2 Simple Email Service Component
+:page-source: components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc
+
+*Since Camel 3.1*
 
-*Since Camel 2.9*
 *Since Camel 3.1*
 
 
@@ -181,4 +184,4 @@ Maven users will need to add the following dependency to their pom.xml.
 where `$\{camel-version\}` must be replaced by the actual version of Camel.
 
 
-include::camel-spring-boot::page$aws-ses-starter.adoc[]
+include::camel-spring-boot::page$aws-ses-starter.adoc[]
\ No newline at end of file
diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc
index 42c0e63..1c27d54 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -6,7 +6,7 @@ The following Apache Camel artifacts are provided:
 == Components
 
 // components: START
-Number of Components: 325 in 259 JAR artifacts (1 deprecated)
+Number of Components: 326 in 260 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -66,6 +66,8 @@ Number of Components: 325 in 259 JAR artifacts (1 deprecated)
 
 | xref:aws2-msk-component.adoc[AWS 2 MSK] (camel-aws2-msk) | 3.1 | The aws2-msk is used for managing Amazon MSK
 
+| xref:aws2-ses-component.adoc[AWS 2 Simple Email Service] (camel-aws2-ses) | 3.1 | The aws-ses component is used for sending emails with Amazon's SES service.
+
 | xref:aws2-translate-component.adoc[AWS 2 Translate] (camel-aws2-translate) | 3.1 | The aws2-translate component is used for managing Amazon Translate
 
 | xref:aws-cw-component.adoc[AWS CloudWatch] (camel-aws-cw) | 2.11 | The aws-cw component is used for sending metrics to an Amazon CloudWatch.