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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `BatchDetectDominantLanguage` operation.
pub mod batch_detect_dominant_language;

/// Types for the `BatchDetectEntities` operation.
pub mod batch_detect_entities;

/// Types for the `BatchDetectKeyPhrases` operation.
pub mod batch_detect_key_phrases;

/// Types for the `BatchDetectSentiment` operation.
pub mod batch_detect_sentiment;

/// Types for the `BatchDetectSyntax` operation.
pub mod batch_detect_syntax;

/// Types for the `BatchDetectTargetedSentiment` operation.
pub mod batch_detect_targeted_sentiment;

/// Types for the `ClassifyDocument` operation.
pub mod classify_document;

/// Types for the `ContainsPiiEntities` operation.
pub mod contains_pii_entities;

/// Types for the `CreateDataset` operation.
pub mod create_dataset;

/// Types for the `CreateDocumentClassifier` operation.
pub mod create_document_classifier;

/// Types for the `CreateEndpoint` operation.
pub mod create_endpoint;

/// Types for the `CreateEntityRecognizer` operation.
pub mod create_entity_recognizer;

/// Types for the `CreateFlywheel` operation.
pub mod create_flywheel;

/// Types for the `DeleteDocumentClassifier` operation.
pub mod delete_document_classifier;

/// Types for the `DeleteEndpoint` operation.
pub mod delete_endpoint;

/// Types for the `DeleteEntityRecognizer` operation.
pub mod delete_entity_recognizer;

/// Types for the `DeleteFlywheel` operation.
pub mod delete_flywheel;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DescribeDataset` operation.
pub mod describe_dataset;

/// Types for the `DescribeDocumentClassificationJob` operation.
pub mod describe_document_classification_job;

/// Types for the `DescribeDocumentClassifier` operation.
pub mod describe_document_classifier;

/// Types for the `DescribeDominantLanguageDetectionJob` operation.
pub mod describe_dominant_language_detection_job;

/// Types for the `DescribeEndpoint` operation.
pub mod describe_endpoint;

/// Types for the `DescribeEntitiesDetectionJob` operation.
pub mod describe_entities_detection_job;

/// Types for the `DescribeEntityRecognizer` operation.
pub mod describe_entity_recognizer;

/// Types for the `DescribeEventsDetectionJob` operation.
pub mod describe_events_detection_job;

/// Types for the `DescribeFlywheel` operation.
pub mod describe_flywheel;

/// Types for the `DescribeFlywheelIteration` operation.
pub mod describe_flywheel_iteration;

/// Types for the `DescribeKeyPhrasesDetectionJob` operation.
pub mod describe_key_phrases_detection_job;

/// Types for the `DescribePiiEntitiesDetectionJob` operation.
pub mod describe_pii_entities_detection_job;

/// Types for the `DescribeResourcePolicy` operation.
pub mod describe_resource_policy;

/// Types for the `DescribeSentimentDetectionJob` operation.
pub mod describe_sentiment_detection_job;

/// Types for the `DescribeTargetedSentimentDetectionJob` operation.
pub mod describe_targeted_sentiment_detection_job;

/// Types for the `DescribeTopicsDetectionJob` operation.
pub mod describe_topics_detection_job;

/// Types for the `DetectDominantLanguage` operation.
pub mod detect_dominant_language;

/// Types for the `DetectEntities` operation.
pub mod detect_entities;

/// Types for the `DetectKeyPhrases` operation.
pub mod detect_key_phrases;

/// Types for the `DetectPiiEntities` operation.
pub mod detect_pii_entities;

/// Types for the `DetectSentiment` operation.
pub mod detect_sentiment;

/// Types for the `DetectSyntax` operation.
pub mod detect_syntax;

/// Types for the `DetectTargetedSentiment` operation.
pub mod detect_targeted_sentiment;

/// Types for the `DetectToxicContent` operation.
pub mod detect_toxic_content;

/// Types for the `ImportModel` operation.
pub mod import_model;

/// Types for the `ListDatasets` operation.
pub mod list_datasets;

/// Types for the `ListDocumentClassificationJobs` operation.
pub mod list_document_classification_jobs;

/// Types for the `ListDocumentClassifierSummaries` operation.
pub mod list_document_classifier_summaries;

/// Types for the `ListDocumentClassifiers` operation.
pub mod list_document_classifiers;

/// Types for the `ListDominantLanguageDetectionJobs` operation.
pub mod list_dominant_language_detection_jobs;

/// Types for the `ListEndpoints` operation.
pub mod list_endpoints;

/// Types for the `ListEntitiesDetectionJobs` operation.
pub mod list_entities_detection_jobs;

/// Types for the `ListEntityRecognizerSummaries` operation.
pub mod list_entity_recognizer_summaries;

/// Types for the `ListEntityRecognizers` operation.
pub mod list_entity_recognizers;

/// Types for the `ListEventsDetectionJobs` operation.
pub mod list_events_detection_jobs;

/// Types for the `ListFlywheelIterationHistory` operation.
pub mod list_flywheel_iteration_history;

/// Types for the `ListFlywheels` operation.
pub mod list_flywheels;

/// Types for the `ListKeyPhrasesDetectionJobs` operation.
pub mod list_key_phrases_detection_jobs;

/// Types for the `ListPiiEntitiesDetectionJobs` operation.
pub mod list_pii_entities_detection_jobs;

/// Types for the `ListSentimentDetectionJobs` operation.
pub mod list_sentiment_detection_jobs;

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

/// Types for the `ListTargetedSentimentDetectionJobs` operation.
pub mod list_targeted_sentiment_detection_jobs;

/// Types for the `ListTopicsDetectionJobs` operation.
pub mod list_topics_detection_jobs;

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

/// Types for the `StartDocumentClassificationJob` operation.
pub mod start_document_classification_job;

/// Types for the `StartDominantLanguageDetectionJob` operation.
pub mod start_dominant_language_detection_job;

/// Types for the `StartEntitiesDetectionJob` operation.
pub mod start_entities_detection_job;

/// Types for the `StartEventsDetectionJob` operation.
pub mod start_events_detection_job;

/// Types for the `StartFlywheelIteration` operation.
pub mod start_flywheel_iteration;

/// Types for the `StartKeyPhrasesDetectionJob` operation.
pub mod start_key_phrases_detection_job;

/// Types for the `StartPiiEntitiesDetectionJob` operation.
pub mod start_pii_entities_detection_job;

/// Types for the `StartSentimentDetectionJob` operation.
pub mod start_sentiment_detection_job;

/// Types for the `StartTargetedSentimentDetectionJob` operation.
pub mod start_targeted_sentiment_detection_job;

/// Types for the `StartTopicsDetectionJob` operation.
pub mod start_topics_detection_job;

/// Types for the `StopDominantLanguageDetectionJob` operation.
pub mod stop_dominant_language_detection_job;

/// Types for the `StopEntitiesDetectionJob` operation.
pub mod stop_entities_detection_job;

/// Types for the `StopEventsDetectionJob` operation.
pub mod stop_events_detection_job;

/// Types for the `StopKeyPhrasesDetectionJob` operation.
pub mod stop_key_phrases_detection_job;

/// Types for the `StopPiiEntitiesDetectionJob` operation.
pub mod stop_pii_entities_detection_job;

/// Types for the `StopSentimentDetectionJob` operation.
pub mod stop_sentiment_detection_job;

/// Types for the `StopTargetedSentimentDetectionJob` operation.
pub mod stop_targeted_sentiment_detection_job;

/// Types for the `StopTrainingDocumentClassifier` operation.
pub mod stop_training_document_classifier;

/// Types for the `StopTrainingEntityRecognizer` operation.
pub mod stop_training_entity_recognizer;

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

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

/// Types for the `UpdateEndpoint` operation.
pub mod update_endpoint;

/// Types for the `UpdateFlywheel` operation.
pub mod update_flywheel;