aws_sdk_personalize/
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 `CreateBatchInferenceJob` operation.
5pub mod create_batch_inference_job;
6
7/// Types for the `CreateBatchSegmentJob` operation.
8pub mod create_batch_segment_job;
9
10/// Types for the `CreateCampaign` operation.
11pub mod create_campaign;
12
13/// Types for the `CreateDataDeletionJob` operation.
14pub mod create_data_deletion_job;
15
16/// Types for the `CreateDataset` operation.
17pub mod create_dataset;
18
19/// Types for the `CreateDatasetExportJob` operation.
20pub mod create_dataset_export_job;
21
22/// Types for the `CreateDatasetGroup` operation.
23pub mod create_dataset_group;
24
25/// Types for the `CreateDatasetImportJob` operation.
26pub mod create_dataset_import_job;
27
28/// Types for the `CreateEventTracker` operation.
29pub mod create_event_tracker;
30
31/// Types for the `CreateFilter` operation.
32pub mod create_filter;
33
34/// Types for the `CreateMetricAttribution` operation.
35pub mod create_metric_attribution;
36
37/// Types for the `CreateRecommender` operation.
38pub mod create_recommender;
39
40/// Types for the `CreateSchema` operation.
41pub mod create_schema;
42
43/// Types for the `CreateSolution` operation.
44pub mod create_solution;
45
46/// Types for the `CreateSolutionVersion` operation.
47pub mod create_solution_version;
48
49/// Types for the `DeleteCampaign` operation.
50pub mod delete_campaign;
51
52/// Types for the `DeleteDataset` operation.
53pub mod delete_dataset;
54
55/// Types for the `DeleteDatasetGroup` operation.
56pub mod delete_dataset_group;
57
58/// Types for the `DeleteEventTracker` operation.
59pub mod delete_event_tracker;
60
61/// Types for the `DeleteFilter` operation.
62pub mod delete_filter;
63
64/// Types for the `DeleteMetricAttribution` operation.
65pub mod delete_metric_attribution;
66
67/// Types for the `DeleteRecommender` operation.
68pub mod delete_recommender;
69
70/// Types for the `DeleteSchema` operation.
71pub mod delete_schema;
72
73/// Types for the `DeleteSolution` operation.
74pub mod delete_solution;
75
76/// Types for the `DescribeAlgorithm` operation.
77pub mod describe_algorithm;
78
79/// Types for the `DescribeBatchInferenceJob` operation.
80pub mod describe_batch_inference_job;
81
82/// Types for the `DescribeBatchSegmentJob` operation.
83pub mod describe_batch_segment_job;
84
85/// Types for the `DescribeCampaign` operation.
86pub mod describe_campaign;
87
88/// Types for the `DescribeDataDeletionJob` operation.
89pub mod describe_data_deletion_job;
90
91/// Types for the `DescribeDataset` operation.
92pub mod describe_dataset;
93
94/// Types for the `DescribeDatasetExportJob` operation.
95pub mod describe_dataset_export_job;
96
97/// Types for the `DescribeDatasetGroup` operation.
98pub mod describe_dataset_group;
99
100/// Types for the `DescribeDatasetImportJob` operation.
101pub mod describe_dataset_import_job;
102
103/// Types for the `DescribeEventTracker` operation.
104pub mod describe_event_tracker;
105
106/// Types for the `DescribeFeatureTransformation` operation.
107pub mod describe_feature_transformation;
108
109/// Types for the `DescribeFilter` operation.
110pub mod describe_filter;
111
112/// Types for the `DescribeMetricAttribution` operation.
113pub mod describe_metric_attribution;
114
115/// Types for the `DescribeRecipe` operation.
116pub mod describe_recipe;
117
118/// Types for the `DescribeRecommender` operation.
119pub mod describe_recommender;
120
121/// Types for the `DescribeSchema` operation.
122pub mod describe_schema;
123
124/// Types for the `DescribeSolution` operation.
125pub mod describe_solution;
126
127/// Types for the `DescribeSolutionVersion` operation.
128pub mod describe_solution_version;
129
130/// Types for the `GetSolutionMetrics` operation.
131pub mod get_solution_metrics;
132
133/// Types for the `ListBatchInferenceJobs` operation.
134pub mod list_batch_inference_jobs;
135
136/// Types for the `ListBatchSegmentJobs` operation.
137pub mod list_batch_segment_jobs;
138
139/// Types for the `ListCampaigns` operation.
140pub mod list_campaigns;
141
142/// Types for the `ListDataDeletionJobs` operation.
143pub mod list_data_deletion_jobs;
144
145/// Types for the `ListDatasetExportJobs` operation.
146pub mod list_dataset_export_jobs;
147
148/// Types for the `ListDatasetGroups` operation.
149pub mod list_dataset_groups;
150
151/// Types for the `ListDatasetImportJobs` operation.
152pub mod list_dataset_import_jobs;
153
154/// Types for the `ListDatasets` operation.
155pub mod list_datasets;
156
157/// Types for the `ListEventTrackers` operation.
158pub mod list_event_trackers;
159
160/// Types for the `ListFilters` operation.
161pub mod list_filters;
162
163/// Types for the `ListMetricAttributionMetrics` operation.
164pub mod list_metric_attribution_metrics;
165
166/// Types for the `ListMetricAttributions` operation.
167pub mod list_metric_attributions;
168
169/// Types for the `ListRecipes` operation.
170pub mod list_recipes;
171
172/// Types for the `ListRecommenders` operation.
173pub mod list_recommenders;
174
175/// Types for the `ListSchemas` operation.
176pub mod list_schemas;
177
178/// Types for the `ListSolutionVersions` operation.
179pub mod list_solution_versions;
180
181/// Types for the `ListSolutions` operation.
182pub mod list_solutions;
183
184/// Types for the `ListTagsForResource` operation.
185pub mod list_tags_for_resource;
186
187/// Types for the `StartRecommender` operation.
188pub mod start_recommender;
189
190/// Types for the `StopRecommender` operation.
191pub mod stop_recommender;
192
193/// Types for the `StopSolutionVersionCreation` operation.
194pub mod stop_solution_version_creation;
195
196/// Types for the `TagResource` operation.
197pub mod tag_resource;
198
199/// Types for the `UntagResource` operation.
200pub mod untag_resource;
201
202/// Types for the `UpdateCampaign` operation.
203pub mod update_campaign;
204
205/// Types for the `UpdateDataset` operation.
206pub mod update_dataset;
207
208/// Types for the `UpdateMetricAttribution` operation.
209pub mod update_metric_attribution;
210
211/// Types for the `UpdateRecommender` operation.
212pub mod update_recommender;
213
214/// Types for the `UpdateSolution` operation.
215pub mod update_solution;