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 8abd61677bf97f467adf207460a40085743abea5 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Feb 14 14:34:11 2020 +0100 CAMEL-14552 - Create an AWS-SNS component based on SDK v2, Regen --- components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc | 6 ++++-- docs/components/modules/ROOT/nav.adoc | 1 + .../components/modules/ROOT/pages}/aws2-sns-component.adoc | 7 +++++-- docs/components/modules/ROOT/pages/index.adoc | 4 +++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc b/components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc index e25c1af..ac904c3 100644 --- a/components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc +++ b/components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc @@ -1,6 +1,8 @@ +[[aws2-sns-component]] = AWS 2 Simple Notification System Component -*Since Camel 2.8* +*Since Camel 3.1* + *Since Camel 3.1* @@ -195,4 +197,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-sns-starter.adoc[] +include::camel-spring-boot::page$aws-sns-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 dcd6a2c..2338cd9 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -54,6 +54,7 @@ * xref:aws2-mq-component.adoc[AWS 2 MQ Component] * xref:aws2-msk-component.adoc[AWS 2 MSK Component] * xref:aws2-ses-component.adoc[AWS 2 Simple Email Service Component] +* xref:aws2-sns-component.adoc[AWS 2 Simple Notification System 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/components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc b/docs/components/modules/ROOT/pages/aws2-sns-component.adoc similarity index 98% copy from components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc copy to docs/components/modules/ROOT/pages/aws2-sns-component.adoc index e25c1af..6e7c08d 100644 --- a/components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-sns-component.adoc @@ -1,6 +1,9 @@ +[[aws2-sns-component]] = AWS 2 Simple Notification System Component +:page-source: components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc + +*Since Camel 3.1* -*Since Camel 2.8* *Since Camel 3.1* @@ -195,4 +198,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-sns-starter.adoc[] +include::camel-spring-boot::page$aws-sns-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 6380cd0..a2c6fe3 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: 326 in 260 JAR artifacts (1 deprecated) +Number of Components: 327 in 261 JAR artifacts (1 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -68,6 +68,8 @@ Number of Components: 326 in 260 JAR artifacts (1 deprecated) | xref:aws2-ses-component.adoc[AWS 2 Simple Email Service] (camel-aws2-ses) | 3.1 | The aws2-ses component is used for sending emails with Amazon's SES service. +| xref:aws2-sns-component.adoc[AWS 2 Simple Notification System] (camel-aws2-sns) | 3.1 | The aws-sns component is used for sending messages to an Amazon Simple Notification Topic. + | 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.