1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateCallAnalyticsCategory` operation.
pub mod create_call_analytics_category;

/// Types for the `CreateLanguageModel` operation.
pub mod create_language_model;

/// Types for the `CreateMedicalVocabulary` operation.
pub mod create_medical_vocabulary;

/// Types for the `CreateVocabulary` operation.
pub mod create_vocabulary;

/// Types for the `CreateVocabularyFilter` operation.
pub mod create_vocabulary_filter;

/// Types for the `DeleteCallAnalyticsCategory` operation.
pub mod delete_call_analytics_category;

/// Types for the `DeleteCallAnalyticsJob` operation.
pub mod delete_call_analytics_job;

/// Types for the `DeleteLanguageModel` operation.
pub mod delete_language_model;

/// Types for the `DeleteMedicalScribeJob` operation.
pub mod delete_medical_scribe_job;

/// Types for the `DeleteMedicalTranscriptionJob` operation.
pub mod delete_medical_transcription_job;

/// Types for the `DeleteMedicalVocabulary` operation.
pub mod delete_medical_vocabulary;

/// Types for the `DeleteTranscriptionJob` operation.
pub mod delete_transcription_job;

/// Types for the `DeleteVocabulary` operation.
pub mod delete_vocabulary;

/// Types for the `DeleteVocabularyFilter` operation.
pub mod delete_vocabulary_filter;

/// Types for the `DescribeLanguageModel` operation.
pub mod describe_language_model;

/// Types for the `GetCallAnalyticsCategory` operation.
pub mod get_call_analytics_category;

/// Types for the `GetCallAnalyticsJob` operation.
pub mod get_call_analytics_job;

/// Types for the `GetMedicalScribeJob` operation.
pub mod get_medical_scribe_job;

/// Types for the `GetMedicalTranscriptionJob` operation.
pub mod get_medical_transcription_job;

/// Types for the `GetMedicalVocabulary` operation.
pub mod get_medical_vocabulary;

/// Types for the `GetTranscriptionJob` operation.
pub mod get_transcription_job;

/// Types for the `GetVocabulary` operation.
pub mod get_vocabulary;

/// Types for the `GetVocabularyFilter` operation.
pub mod get_vocabulary_filter;

/// Types for the `ListCallAnalyticsCategories` operation.
pub mod list_call_analytics_categories;

/// Types for the `ListCallAnalyticsJobs` operation.
pub mod list_call_analytics_jobs;

/// Types for the `ListLanguageModels` operation.
pub mod list_language_models;

/// Types for the `ListMedicalScribeJobs` operation.
pub mod list_medical_scribe_jobs;

/// Types for the `ListMedicalTranscriptionJobs` operation.
pub mod list_medical_transcription_jobs;

/// Types for the `ListMedicalVocabularies` operation.
pub mod list_medical_vocabularies;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListTranscriptionJobs` operation.
pub mod list_transcription_jobs;

/// Types for the `ListVocabularies` operation.
pub mod list_vocabularies;

/// Types for the `ListVocabularyFilters` operation.
pub mod list_vocabulary_filters;

/// Types for the `StartCallAnalyticsJob` operation.
pub mod start_call_analytics_job;

/// Types for the `StartMedicalScribeJob` operation.
pub mod start_medical_scribe_job;

/// Types for the `StartMedicalTranscriptionJob` operation.
pub mod start_medical_transcription_job;

/// Types for the `StartTranscriptionJob` operation.
pub mod start_transcription_job;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateCallAnalyticsCategory` operation.
pub mod update_call_analytics_category;

/// Types for the `UpdateMedicalVocabulary` operation.
pub mod update_medical_vocabulary;

/// Types for the `UpdateVocabulary` operation.
pub mod update_vocabulary;

/// Types for the `UpdateVocabularyFilter` operation.
pub mod update_vocabulary_filter;