aws_sdk_forecast/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 `CreateAutoPredictor` operation.
5pub mod create_auto_predictor;
6
7/// Types for the `CreateDataset` operation.
8pub mod create_dataset;
9
10/// Types for the `CreateDatasetGroup` operation.
11pub mod create_dataset_group;
12
13/// Types for the `CreateDatasetImportJob` operation.
14pub mod create_dataset_import_job;
15
16/// Types for the `CreateExplainability` operation.
17pub mod create_explainability;
18
19/// Types for the `CreateExplainabilityExport` operation.
20pub mod create_explainability_export;
21
22/// Types for the `CreateForecast` operation.
23pub mod create_forecast;
24
25/// Types for the `CreateForecastExportJob` operation.
26pub mod create_forecast_export_job;
27
28/// Types for the `CreateMonitor` operation.
29pub mod create_monitor;
30
31/// Types for the `CreatePredictor` operation.
32pub mod create_predictor;
33
34/// Types for the `CreatePredictorBacktestExportJob` operation.
35pub mod create_predictor_backtest_export_job;
36
37/// Types for the `CreateWhatIfAnalysis` operation.
38pub mod create_what_if_analysis;
39
40/// Types for the `CreateWhatIfForecast` operation.
41pub mod create_what_if_forecast;
42
43/// Types for the `CreateWhatIfForecastExport` operation.
44pub mod create_what_if_forecast_export;
45
46/// Types for the `DeleteDataset` operation.
47pub mod delete_dataset;
48
49/// Types for the `DeleteDatasetGroup` operation.
50pub mod delete_dataset_group;
51
52/// Types for the `DeleteDatasetImportJob` operation.
53pub mod delete_dataset_import_job;
54
55/// Types for the `DeleteExplainability` operation.
56pub mod delete_explainability;
57
58/// Types for the `DeleteExplainabilityExport` operation.
59pub mod delete_explainability_export;
60
61/// Types for the `DeleteForecast` operation.
62pub mod delete_forecast;
63
64/// Types for the `DeleteForecastExportJob` operation.
65pub mod delete_forecast_export_job;
66
67/// Types for the `DeleteMonitor` operation.
68pub mod delete_monitor;
69
70/// Types for the `DeletePredictor` operation.
71pub mod delete_predictor;
72
73/// Types for the `DeletePredictorBacktestExportJob` operation.
74pub mod delete_predictor_backtest_export_job;
75
76/// Types for the `DeleteResourceTree` operation.
77pub mod delete_resource_tree;
78
79/// Types for the `DeleteWhatIfAnalysis` operation.
80pub mod delete_what_if_analysis;
81
82/// Types for the `DeleteWhatIfForecast` operation.
83pub mod delete_what_if_forecast;
84
85/// Types for the `DeleteWhatIfForecastExport` operation.
86pub mod delete_what_if_forecast_export;
87
88/// Types for the `DescribeAutoPredictor` operation.
89pub mod describe_auto_predictor;
90
91/// Types for the `DescribeDataset` operation.
92pub mod describe_dataset;
93
94/// Types for the `DescribeDatasetGroup` operation.
95pub mod describe_dataset_group;
96
97/// Types for the `DescribeDatasetImportJob` operation.
98pub mod describe_dataset_import_job;
99
100/// Types for the `DescribeExplainability` operation.
101pub mod describe_explainability;
102
103/// Types for the `DescribeExplainabilityExport` operation.
104pub mod describe_explainability_export;
105
106/// Types for the `DescribeForecast` operation.
107pub mod describe_forecast;
108
109/// Types for the `DescribeForecastExportJob` operation.
110pub mod describe_forecast_export_job;
111
112/// Types for the `DescribeMonitor` operation.
113pub mod describe_monitor;
114
115/// Types for the `DescribePredictor` operation.
116pub mod describe_predictor;
117
118/// Types for the `DescribePredictorBacktestExportJob` operation.
119pub mod describe_predictor_backtest_export_job;
120
121/// Types for the `DescribeWhatIfAnalysis` operation.
122pub mod describe_what_if_analysis;
123
124/// Types for the `DescribeWhatIfForecast` operation.
125pub mod describe_what_if_forecast;
126
127/// Types for the `DescribeWhatIfForecastExport` operation.
128pub mod describe_what_if_forecast_export;
129
130/// Types for the `GetAccuracyMetrics` operation.
131pub mod get_accuracy_metrics;
132
133/// Types for the `ListDatasetGroups` operation.
134pub mod list_dataset_groups;
135
136/// Types for the `ListDatasetImportJobs` operation.
137pub mod list_dataset_import_jobs;
138
139/// Types for the `ListDatasets` operation.
140pub mod list_datasets;
141
142/// Types for the `ListExplainabilities` operation.
143pub mod list_explainabilities;
144
145/// Types for the `ListExplainabilityExports` operation.
146pub mod list_explainability_exports;
147
148/// Types for the `ListForecastExportJobs` operation.
149pub mod list_forecast_export_jobs;
150
151/// Types for the `ListForecasts` operation.
152pub mod list_forecasts;
153
154/// Types for the `ListMonitorEvaluations` operation.
155pub mod list_monitor_evaluations;
156
157/// Types for the `ListMonitors` operation.
158pub mod list_monitors;
159
160/// Types for the `ListPredictorBacktestExportJobs` operation.
161pub mod list_predictor_backtest_export_jobs;
162
163/// Types for the `ListPredictors` operation.
164pub mod list_predictors;
165
166/// Types for the `ListTagsForResource` operation.
167pub mod list_tags_for_resource;
168
169/// Types for the `ListWhatIfAnalyses` operation.
170pub mod list_what_if_analyses;
171
172/// Types for the `ListWhatIfForecastExports` operation.
173pub mod list_what_if_forecast_exports;
174
175/// Types for the `ListWhatIfForecasts` operation.
176pub mod list_what_if_forecasts;
177
178/// Types for the `ResumeResource` operation.
179pub mod resume_resource;
180
181/// Types for the `StopResource` operation.
182pub mod stop_resource;
183
184/// Types for the `TagResource` operation.
185pub mod tag_resource;
186
187/// Types for the `UntagResource` operation.
188pub mod untag_resource;
189
190/// Types for the `UpdateDatasetGroup` operation.
191pub mod update_dataset_group;