aws_sdk_comprehend/
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 `BatchDetectDominantLanguage` operation.
5pub mod batch_detect_dominant_language;
6
7/// Types for the `BatchDetectEntities` operation.
8pub mod batch_detect_entities;
9
10/// Types for the `BatchDetectKeyPhrases` operation.
11pub mod batch_detect_key_phrases;
12
13/// Types for the `BatchDetectSentiment` operation.
14pub mod batch_detect_sentiment;
15
16/// Types for the `BatchDetectSyntax` operation.
17pub mod batch_detect_syntax;
18
19/// Types for the `BatchDetectTargetedSentiment` operation.
20pub mod batch_detect_targeted_sentiment;
21
22/// Types for the `ClassifyDocument` operation.
23pub mod classify_document;
24
25/// Types for the `ContainsPiiEntities` operation.
26pub mod contains_pii_entities;
27
28/// Types for the `CreateDataset` operation.
29pub mod create_dataset;
30
31/// Types for the `CreateDocumentClassifier` operation.
32pub mod create_document_classifier;
33
34/// Types for the `CreateEndpoint` operation.
35pub mod create_endpoint;
36
37/// Types for the `CreateEntityRecognizer` operation.
38pub mod create_entity_recognizer;
39
40/// Types for the `CreateFlywheel` operation.
41pub mod create_flywheel;
42
43/// Types for the `DeleteDocumentClassifier` operation.
44pub mod delete_document_classifier;
45
46/// Types for the `DeleteEndpoint` operation.
47pub mod delete_endpoint;
48
49/// Types for the `DeleteEntityRecognizer` operation.
50pub mod delete_entity_recognizer;
51
52/// Types for the `DeleteFlywheel` operation.
53pub mod delete_flywheel;
54
55/// Types for the `DeleteResourcePolicy` operation.
56pub mod delete_resource_policy;
57
58/// Types for the `DescribeDataset` operation.
59pub mod describe_dataset;
60
61/// Types for the `DescribeDocumentClassificationJob` operation.
62pub mod describe_document_classification_job;
63
64/// Types for the `DescribeDocumentClassifier` operation.
65pub mod describe_document_classifier;
66
67/// Types for the `DescribeDominantLanguageDetectionJob` operation.
68pub mod describe_dominant_language_detection_job;
69
70/// Types for the `DescribeEndpoint` operation.
71pub mod describe_endpoint;
72
73/// Types for the `DescribeEntitiesDetectionJob` operation.
74pub mod describe_entities_detection_job;
75
76/// Types for the `DescribeEntityRecognizer` operation.
77pub mod describe_entity_recognizer;
78
79/// Types for the `DescribeEventsDetectionJob` operation.
80pub mod describe_events_detection_job;
81
82/// Types for the `DescribeFlywheel` operation.
83pub mod describe_flywheel;
84
85/// Types for the `DescribeFlywheelIteration` operation.
86pub mod describe_flywheel_iteration;
87
88/// Types for the `DescribeKeyPhrasesDetectionJob` operation.
89pub mod describe_key_phrases_detection_job;
90
91/// Types for the `DescribePiiEntitiesDetectionJob` operation.
92pub mod describe_pii_entities_detection_job;
93
94/// Types for the `DescribeResourcePolicy` operation.
95pub mod describe_resource_policy;
96
97/// Types for the `DescribeSentimentDetectionJob` operation.
98pub mod describe_sentiment_detection_job;
99
100/// Types for the `DescribeTargetedSentimentDetectionJob` operation.
101pub mod describe_targeted_sentiment_detection_job;
102
103/// Types for the `DescribeTopicsDetectionJob` operation.
104pub mod describe_topics_detection_job;
105
106/// Types for the `DetectDominantLanguage` operation.
107pub mod detect_dominant_language;
108
109/// Types for the `DetectEntities` operation.
110pub mod detect_entities;
111
112/// Types for the `DetectKeyPhrases` operation.
113pub mod detect_key_phrases;
114
115/// Types for the `DetectPiiEntities` operation.
116pub mod detect_pii_entities;
117
118/// Types for the `DetectSentiment` operation.
119pub mod detect_sentiment;
120
121/// Types for the `DetectSyntax` operation.
122pub mod detect_syntax;
123
124/// Types for the `DetectTargetedSentiment` operation.
125pub mod detect_targeted_sentiment;
126
127/// Types for the `DetectToxicContent` operation.
128pub mod detect_toxic_content;
129
130/// Types for the `ImportModel` operation.
131pub mod import_model;
132
133/// Types for the `ListDatasets` operation.
134pub mod list_datasets;
135
136/// Types for the `ListDocumentClassificationJobs` operation.
137pub mod list_document_classification_jobs;
138
139/// Types for the `ListDocumentClassifierSummaries` operation.
140pub mod list_document_classifier_summaries;
141
142/// Types for the `ListDocumentClassifiers` operation.
143pub mod list_document_classifiers;
144
145/// Types for the `ListDominantLanguageDetectionJobs` operation.
146pub mod list_dominant_language_detection_jobs;
147
148/// Types for the `ListEndpoints` operation.
149pub mod list_endpoints;
150
151/// Types for the `ListEntitiesDetectionJobs` operation.
152pub mod list_entities_detection_jobs;
153
154/// Types for the `ListEntityRecognizerSummaries` operation.
155pub mod list_entity_recognizer_summaries;
156
157/// Types for the `ListEntityRecognizers` operation.
158pub mod list_entity_recognizers;
159
160/// Types for the `ListEventsDetectionJobs` operation.
161pub mod list_events_detection_jobs;
162
163/// Types for the `ListFlywheelIterationHistory` operation.
164pub mod list_flywheel_iteration_history;
165
166/// Types for the `ListFlywheels` operation.
167pub mod list_flywheels;
168
169/// Types for the `ListKeyPhrasesDetectionJobs` operation.
170pub mod list_key_phrases_detection_jobs;
171
172/// Types for the `ListPiiEntitiesDetectionJobs` operation.
173pub mod list_pii_entities_detection_jobs;
174
175/// Types for the `ListSentimentDetectionJobs` operation.
176pub mod list_sentiment_detection_jobs;
177
178/// Types for the `ListTagsForResource` operation.
179pub mod list_tags_for_resource;
180
181/// Types for the `ListTargetedSentimentDetectionJobs` operation.
182pub mod list_targeted_sentiment_detection_jobs;
183
184/// Types for the `ListTopicsDetectionJobs` operation.
185pub mod list_topics_detection_jobs;
186
187/// Types for the `PutResourcePolicy` operation.
188pub mod put_resource_policy;
189
190/// Types for the `StartDocumentClassificationJob` operation.
191pub mod start_document_classification_job;
192
193/// Types for the `StartDominantLanguageDetectionJob` operation.
194pub mod start_dominant_language_detection_job;
195
196/// Types for the `StartEntitiesDetectionJob` operation.
197pub mod start_entities_detection_job;
198
199/// Types for the `StartEventsDetectionJob` operation.
200pub mod start_events_detection_job;
201
202/// Types for the `StartFlywheelIteration` operation.
203pub mod start_flywheel_iteration;
204
205/// Types for the `StartKeyPhrasesDetectionJob` operation.
206pub mod start_key_phrases_detection_job;
207
208/// Types for the `StartPiiEntitiesDetectionJob` operation.
209pub mod start_pii_entities_detection_job;
210
211/// Types for the `StartSentimentDetectionJob` operation.
212pub mod start_sentiment_detection_job;
213
214/// Types for the `StartTargetedSentimentDetectionJob` operation.
215pub mod start_targeted_sentiment_detection_job;
216
217/// Types for the `StartTopicsDetectionJob` operation.
218pub mod start_topics_detection_job;
219
220/// Types for the `StopDominantLanguageDetectionJob` operation.
221pub mod stop_dominant_language_detection_job;
222
223/// Types for the `StopEntitiesDetectionJob` operation.
224pub mod stop_entities_detection_job;
225
226/// Types for the `StopEventsDetectionJob` operation.
227pub mod stop_events_detection_job;
228
229/// Types for the `StopKeyPhrasesDetectionJob` operation.
230pub mod stop_key_phrases_detection_job;
231
232/// Types for the `StopPiiEntitiesDetectionJob` operation.
233pub mod stop_pii_entities_detection_job;
234
235/// Types for the `StopSentimentDetectionJob` operation.
236pub mod stop_sentiment_detection_job;
237
238/// Types for the `StopTargetedSentimentDetectionJob` operation.
239pub mod stop_targeted_sentiment_detection_job;
240
241/// Types for the `StopTrainingDocumentClassifier` operation.
242pub mod stop_training_document_classifier;
243
244/// Types for the `StopTrainingEntityRecognizer` operation.
245pub mod stop_training_entity_recognizer;
246
247/// Types for the `TagResource` operation.
248pub mod tag_resource;
249
250/// Types for the `UntagResource` operation.
251pub mod untag_resource;
252
253/// Types for the `UpdateEndpoint` operation.
254pub mod update_endpoint;
255
256/// Types for the `UpdateFlywheel` operation.
257pub mod update_flywheel;