aws translate19 CLI commands available for Amazon Translate.
| Command | API Operation | Sample |
|---|---|---|
create-parallel-dataCreates a parallel data resource in Amazon Translate by importing an input file from Amazon S3. Parallel data files contain examples that show how you want segments of text to be translated. By adding parallel data, you can influence the style, tone, and word choice in your translation output. | CreateParallelData | |
delete-parallel-dataDeletes a parallel data resource in Amazon Translate. | DeleteParallelData | |
delete-terminologyA synchronous action that deletes a custom terminology. | DeleteTerminology | |
describe-text-translation-jobGets the properties associated with an asynchronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on. | DescribeTextTranslationJob | |
get-parallel-dataProvides information about a parallel data resource. | GetParallelData | |
get-terminologyRetrieves a custom terminology. | GetTerminology | |
import-terminologyCreates or updates a custom terminology, depending on whether one already exists for the given terminology name. Importing a terminology with the same name as an existing one will merge the terminologies based on the chosen merge strategy. The only supported merge strategy is OVERWRITE, where the im | ImportTerminology | |
list-languagesProvides a list of languages (RFC-5646 codes and names) that Amazon Translate supports. | ListLanguages | |
list-parallel-dataProvides a list of your parallel data resources in Amazon Translate. | ListParallelData | |
list-tags-for-resourceLists all tags associated with a given Amazon Translate resource. For more information, see Tagging your resources. | ListTagsForResource | |
list-terminologiesProvides a list of custom terminologies associated with your account. | ListTerminologies | |
list-text-translation-jobsGets a list of the batch translation jobs that you have submitted. | ListTextTranslationJobs | |
start-text-translation-jobStarts an asynchronous batch translation job. Use batch translation jobs to translate large volumes of text across multiple documents at once. For batch translation, you can input documents with different source languages (specify auto as the source language). You can specify one or more target lang | StartTextTranslationJob | |
stop-text-translation-jobStops an asynchronous batch translation job that is in progress. If the job's state is IN_PROGRESS, the job will be marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state. Otherwise, the job is put into the STOP | StopTextTranslationJob | |
tag-resourceAssociates a specific tag with a resource. A tag is a key-value pair that adds as a metadata to a resource. For more information, see Tagging your resources. | TagResource | |
translate-documentTranslates the input document from the source language to the target language. This synchronous operation supports text, HTML, or Word documents as the input document. TranslateDocument supports translations from English to any supported language, and from any supported language to English. Therefor | TranslateDocument | |
translate-textTranslates input text from the source language to the target language. For a list of available languages and language codes, see Supported languages. | TranslateText | |
untag-resourceRemoves a specific tag associated with an Amazon Translate resource. For more information, see Tagging your resources. | UntagResource | |
update-parallel-dataUpdates a previously created parallel data resource by importing a new input file from Amazon S3. | UpdateParallelData |
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTranslate