aws_sdk_transcribe/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 `CreateCallAnalyticsCategory` operation.
5pub mod create_call_analytics_category;
6
7/// Types for the `CreateLanguageModel` operation.
8pub mod create_language_model;
9
10/// Types for the `CreateMedicalVocabulary` operation.
11pub mod create_medical_vocabulary;
12
13/// Types for the `CreateVocabulary` operation.
14pub mod create_vocabulary;
15
16/// Types for the `CreateVocabularyFilter` operation.
17pub mod create_vocabulary_filter;
18
19/// Types for the `DeleteCallAnalyticsCategory` operation.
20pub mod delete_call_analytics_category;
21
22/// Types for the `DeleteCallAnalyticsJob` operation.
23pub mod delete_call_analytics_job;
24
25/// Types for the `DeleteLanguageModel` operation.
26pub mod delete_language_model;
27
28/// Types for the `DeleteMedicalScribeJob` operation.
29pub mod delete_medical_scribe_job;
30
31/// Types for the `DeleteMedicalTranscriptionJob` operation.
32pub mod delete_medical_transcription_job;
33
34/// Types for the `DeleteMedicalVocabulary` operation.
35pub mod delete_medical_vocabulary;
36
37/// Types for the `DeleteTranscriptionJob` operation.
38pub mod delete_transcription_job;
39
40/// Types for the `DeleteVocabulary` operation.
41pub mod delete_vocabulary;
42
43/// Types for the `DeleteVocabularyFilter` operation.
44pub mod delete_vocabulary_filter;
45
46/// Types for the `DescribeLanguageModel` operation.
47pub mod describe_language_model;
48
49/// Types for the `GetCallAnalyticsCategory` operation.
50pub mod get_call_analytics_category;
51
52/// Types for the `GetCallAnalyticsJob` operation.
53pub mod get_call_analytics_job;
54
55/// Types for the `GetMedicalScribeJob` operation.
56pub mod get_medical_scribe_job;
57
58/// Types for the `GetMedicalTranscriptionJob` operation.
59pub mod get_medical_transcription_job;
60
61/// Types for the `GetMedicalVocabulary` operation.
62pub mod get_medical_vocabulary;
63
64/// Types for the `GetTranscriptionJob` operation.
65pub mod get_transcription_job;
66
67/// Types for the `GetVocabulary` operation.
68pub mod get_vocabulary;
69
70/// Types for the `GetVocabularyFilter` operation.
71pub mod get_vocabulary_filter;
72
73/// Types for the `ListCallAnalyticsCategories` operation.
74pub mod list_call_analytics_categories;
75
76/// Types for the `ListCallAnalyticsJobs` operation.
77pub mod list_call_analytics_jobs;
78
79/// Types for the `ListLanguageModels` operation.
80pub mod list_language_models;
81
82/// Types for the `ListMedicalScribeJobs` operation.
83pub mod list_medical_scribe_jobs;
84
85/// Types for the `ListMedicalTranscriptionJobs` operation.
86pub mod list_medical_transcription_jobs;
87
88/// Types for the `ListMedicalVocabularies` operation.
89pub mod list_medical_vocabularies;
90
91/// Types for the `ListTagsForResource` operation.
92pub mod list_tags_for_resource;
93
94/// Types for the `ListTranscriptionJobs` operation.
95pub mod list_transcription_jobs;
96
97/// Types for the `ListVocabularies` operation.
98pub mod list_vocabularies;
99
100/// Types for the `ListVocabularyFilters` operation.
101pub mod list_vocabulary_filters;
102
103/// Types for the `StartCallAnalyticsJob` operation.
104pub mod start_call_analytics_job;
105
106/// Types for the `StartMedicalScribeJob` operation.
107pub mod start_medical_scribe_job;
108
109/// Types for the `StartMedicalTranscriptionJob` operation.
110pub mod start_medical_transcription_job;
111
112/// Types for the `StartTranscriptionJob` operation.
113pub mod start_transcription_job;
114
115/// Types for the `TagResource` operation.
116pub mod tag_resource;
117
118/// Types for the `UntagResource` operation.
119pub mod untag_resource;
120
121/// Types for the `UpdateCallAnalyticsCategory` operation.
122pub mod update_call_analytics_category;
123
124/// Types for the `UpdateMedicalVocabulary` operation.
125pub mod update_medical_vocabulary;
126
127/// Types for the `UpdateVocabulary` operation.
128pub mod update_vocabulary;
129
130/// Types for the `UpdateVocabularyFilter` operation.
131pub mod update_vocabulary_filter;