This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-21186 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6db5032515190d58e5bfba8be8ae318ff3dc10eb Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Sep 11 10:24:02 2024 +0200 CAMEL-21186 - AWS Secrets Manager: Support Batch Retrieval for Secrets Signed-off-by: Andrea Cosentino <[email protected]> --- .../src/main/docs/aws-secrets-manager-component.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc b/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc index 0c4bd57446d..5b6f4ecaa4d 100644 --- a/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc +++ b/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc @@ -348,6 +348,7 @@ Camel-AWS-Secrets-manager component provides the following operation on the prod - describeSecret - rotateSecret - getSecret +- batchGetSecret - updateSecret - replicateSecretToRegions
