From c158440ab27bd661937d059553f9b66dffc3e3da Mon Sep 17 00:00:00 2001 From: strategicalliances <139855197+strategicalliances@users.noreply.github.com> Date: Thu, 6 Nov 2025 21:17:13 +0100 Subject: [PATCH] Update amazon-translate.md Updated the Amazon Translate documentation with the Terminology update --- .../platform-supported-content/modules/aws/amazon-translate.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/aws/amazon-translate.md b/content/en/docs/marketplace/platform-supported-content/modules/aws/amazon-translate.md index f767ec2197a..b460c8a0449 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/aws/amazon-translate.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/aws/amazon-translate.md @@ -75,3 +75,6 @@ The Amazon Translate connector contains the following activities: * `ListLanguages` - This action allows you to retrieve a list of supported languages that can used for translation. * `TranslateText` - This action allow you to retrieve the translation of the input text. +* `ListTerminologies` – This action allows you to retrieve a list of custom terminologies available in your AWS account. +* `UploadTerminology` – This action allows you to upload a new custom terminology file to Amazon Translate or update an existing one. +* `DeleteTerminology` – This action allows you to permanently delete a custom terminology from your Amazon Translate account.