This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-22819 in repository https://gitbox.apache.org/repos/asf/camel.git
commit b980c4af0a6eefbbded11fb4c6d203a6a3a74af2 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jan 7 09:17:16 2026 +0100 CAMEL-22819 - Camel-AWS: Create a parameter store component Signed-off-by: Andrea Cosentino <[email protected]> --- docs/components/modules/ROOT/nav.adoc | 1 + docs/components/modules/ROOT/pages/aws-parameter-store-component.adoc | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index 8c14c94aed18..c6332c746205 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -55,6 +55,7 @@ *** xref:aws2-lambda-component.adoc[AWS Lambda] *** xref:aws2-msk-component.adoc[AWS Managed Streaming for Apache Kafka (MSK)] *** xref:aws2-mq-component.adoc[AWS MQ] +*** xref:aws-parameter-store-component.adoc[AWS Parameter Store] *** xref:aws2-redshift-data-component.adoc[AWS RedshiftData] *** xref:aws2-rekognition-component.adoc[AWS Rekognition] *** xref:aws2-s3-component.adoc[AWS S3 Storage Service] diff --git a/docs/components/modules/ROOT/pages/aws-parameter-store-component.adoc b/docs/components/modules/ROOT/pages/aws-parameter-store-component.adoc new file mode 120000 index 000000000000..3e281819488a --- /dev/null +++ b/docs/components/modules/ROOT/pages/aws-parameter-store-component.adoc @@ -0,0 +1 @@ +../../../../../components/camel-aws/camel-aws-parameter-store/src/main/docs/aws-parameter-store-component.adoc \ No newline at end of file
