aws_sdk_translate/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CreateParallelData` operation.
5pub mod create_parallel_data;
6
7/// Types for the `DeleteParallelData` operation.
8pub mod delete_parallel_data;
9
10/// Types for the `DeleteTerminology` operation.
11pub mod delete_terminology;
12
13/// Types for the `DescribeTextTranslationJob` operation.
14pub mod describe_text_translation_job;
15
16/// Types for the `GetParallelData` operation.
17pub mod get_parallel_data;
18
19/// Types for the `GetTerminology` operation.
20pub mod get_terminology;
21
22/// Types for the `ImportTerminology` operation.
23pub mod import_terminology;
24
25/// Types for the `ListLanguages` operation.
26pub mod list_languages;
27
28/// Types for the `ListParallelData` operation.
29pub mod list_parallel_data;
30
31/// Types for the `ListTagsForResource` operation.
32pub mod list_tags_for_resource;
33
34/// Types for the `ListTerminologies` operation.
35pub mod list_terminologies;
36
37/// Types for the `ListTextTranslationJobs` operation.
38pub mod list_text_translation_jobs;
39
40/// Types for the `StartTextTranslationJob` operation.
41pub mod start_text_translation_job;
42
43/// Types for the `StopTextTranslationJob` operation.
44pub mod stop_text_translation_job;
45
46/// Types for the `TagResource` operation.
47pub mod tag_resource;
48
49/// Types for the `TranslateDocument` operation.
50pub mod translate_document;
51
52/// Types for the `TranslateText` operation.
53pub mod translate_text;
54
55/// Types for the `UntagResource` operation.
56pub mod untag_resource;
57
58/// Types for the `UpdateParallelData` operation.
59pub mod update_parallel_data;