aws_sdk_rekognition/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 `AssociateFaces` operation.
5pub mod associate_faces;
6
7/// Types for the `CompareFaces` operation.
8pub mod compare_faces;
9
10/// Types for the `CopyProjectVersion` operation.
11pub mod copy_project_version;
12
13/// Types for the `CreateCollection` operation.
14pub mod create_collection;
15
16/// Types for the `CreateDataset` operation.
17pub mod create_dataset;
18
19/// Types for the `CreateFaceLivenessSession` operation.
20pub mod create_face_liveness_session;
21
22/// Types for the `CreateProject` operation.
23pub mod create_project;
24
25/// Types for the `CreateProjectVersion` operation.
26pub mod create_project_version;
27
28/// Types for the `CreateStreamProcessor` operation.
29pub mod create_stream_processor;
30
31/// Types for the `CreateUser` operation.
32pub mod create_user;
33
34/// Types for the `DeleteCollection` operation.
35pub mod delete_collection;
36
37/// Types for the `DeleteDataset` operation.
38pub mod delete_dataset;
39
40/// Types for the `DeleteFaces` operation.
41pub mod delete_faces;
42
43/// Types for the `DeleteProject` operation.
44pub mod delete_project;
45
46/// Types for the `DeleteProjectPolicy` operation.
47pub mod delete_project_policy;
48
49/// Types for the `DeleteProjectVersion` operation.
50pub mod delete_project_version;
51
52/// Types for the `DeleteStreamProcessor` operation.
53pub mod delete_stream_processor;
54
55/// Types for the `DeleteUser` operation.
56pub mod delete_user;
57
58/// Types for the `DescribeCollection` operation.
59pub mod describe_collection;
60
61/// Types for the `DescribeDataset` operation.
62pub mod describe_dataset;
63
64/// Types for the `DescribeProjectVersions` operation.
65pub mod describe_project_versions;
66
67/// Types for the `DescribeProjects` operation.
68pub mod describe_projects;
69
70/// Types for the `DescribeStreamProcessor` operation.
71pub mod describe_stream_processor;
72
73/// Types for the `DetectCustomLabels` operation.
74pub mod detect_custom_labels;
75
76/// Types for the `DetectFaces` operation.
77pub mod detect_faces;
78
79/// Types for the `DetectLabels` operation.
80pub mod detect_labels;
81
82/// Types for the `DetectModerationLabels` operation.
83pub mod detect_moderation_labels;
84
85/// Types for the `DetectProtectiveEquipment` operation.
86pub mod detect_protective_equipment;
87
88/// Types for the `DetectText` operation.
89pub mod detect_text;
90
91/// Types for the `DisassociateFaces` operation.
92pub mod disassociate_faces;
93
94/// Types for the `DistributeDatasetEntries` operation.
95pub mod distribute_dataset_entries;
96
97/// Types for the `GetCelebrityInfo` operation.
98pub mod get_celebrity_info;
99
100/// Types for the `GetCelebrityRecognition` operation.
101pub mod get_celebrity_recognition;
102
103/// Types for the `GetContentModeration` operation.
104pub mod get_content_moderation;
105
106/// Types for the `GetFaceDetection` operation.
107pub mod get_face_detection;
108
109/// Types for the `GetFaceLivenessSessionResults` operation.
110pub mod get_face_liveness_session_results;
111
112/// Types for the `GetFaceSearch` operation.
113pub mod get_face_search;
114
115/// Types for the `GetLabelDetection` operation.
116pub mod get_label_detection;
117
118/// Types for the `GetMediaAnalysisJob` operation.
119pub mod get_media_analysis_job;
120
121/// Types for the `GetPersonTracking` operation.
122pub mod get_person_tracking;
123
124/// Types for the `GetSegmentDetection` operation.
125pub mod get_segment_detection;
126
127/// Types for the `GetTextDetection` operation.
128pub mod get_text_detection;
129
130/// Types for the `IndexFaces` operation.
131pub mod index_faces;
132
133/// Types for the `ListCollections` operation.
134pub mod list_collections;
135
136/// Types for the `ListDatasetEntries` operation.
137pub mod list_dataset_entries;
138
139/// Types for the `ListDatasetLabels` operation.
140pub mod list_dataset_labels;
141
142/// Types for the `ListFaces` operation.
143pub mod list_faces;
144
145/// Types for the `ListMediaAnalysisJobs` operation.
146pub mod list_media_analysis_jobs;
147
148/// Types for the `ListProjectPolicies` operation.
149pub mod list_project_policies;
150
151/// Types for the `ListStreamProcessors` operation.
152pub mod list_stream_processors;
153
154/// Types for the `ListTagsForResource` operation.
155pub mod list_tags_for_resource;
156
157/// Types for the `ListUsers` operation.
158pub mod list_users;
159
160/// Types for the `PutProjectPolicy` operation.
161pub mod put_project_policy;
162
163/// Types for the `RecognizeCelebrities` operation.
164pub mod recognize_celebrities;
165
166/// Types for the `SearchFaces` operation.
167pub mod search_faces;
168
169/// Types for the `SearchFacesByImage` operation.
170pub mod search_faces_by_image;
171
172/// Types for the `SearchUsers` operation.
173pub mod search_users;
174
175/// Types for the `SearchUsersByImage` operation.
176pub mod search_users_by_image;
177
178/// Types for the `StartCelebrityRecognition` operation.
179pub mod start_celebrity_recognition;
180
181/// Types for the `StartContentModeration` operation.
182pub mod start_content_moderation;
183
184/// Types for the `StartFaceDetection` operation.
185pub mod start_face_detection;
186
187/// Types for the `StartFaceSearch` operation.
188pub mod start_face_search;
189
190/// Types for the `StartLabelDetection` operation.
191pub mod start_label_detection;
192
193/// Types for the `StartMediaAnalysisJob` operation.
194pub mod start_media_analysis_job;
195
196/// Types for the `StartPersonTracking` operation.
197pub mod start_person_tracking;
198
199/// Types for the `StartProjectVersion` operation.
200pub mod start_project_version;
201
202/// Types for the `StartSegmentDetection` operation.
203pub mod start_segment_detection;
204
205/// Types for the `StartStreamProcessor` operation.
206pub mod start_stream_processor;
207
208/// Types for the `StartTextDetection` operation.
209pub mod start_text_detection;
210
211/// Types for the `StopProjectVersion` operation.
212pub mod stop_project_version;
213
214/// Types for the `StopStreamProcessor` operation.
215pub mod stop_stream_processor;
216
217/// Types for the `TagResource` operation.
218pub mod tag_resource;
219
220/// Types for the `UntagResource` operation.
221pub mod untag_resource;
222
223/// Types for the `UpdateDatasetEntries` operation.
224pub mod update_dataset_entries;
225
226/// Types for the `UpdateStreamProcessor` operation.
227pub mod update_stream_processor;