aws_sdk_lookoutmetrics/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 `ActivateAnomalyDetector` operation.
5pub mod activate_anomaly_detector;
6
7/// Types for the `BackTestAnomalyDetector` operation.
8pub mod back_test_anomaly_detector;
9
10/// Types for the `CreateAlert` operation.
11pub mod create_alert;
12
13/// Types for the `CreateAnomalyDetector` operation.
14pub mod create_anomaly_detector;
15
16/// Types for the `CreateMetricSet` operation.
17pub mod create_metric_set;
18
19/// Types for the `DeactivateAnomalyDetector` operation.
20pub mod deactivate_anomaly_detector;
21
22/// Types for the `DeleteAlert` operation.
23pub mod delete_alert;
24
25/// Types for the `DeleteAnomalyDetector` operation.
26pub mod delete_anomaly_detector;
27
28/// Types for the `DescribeAlert` operation.
29pub mod describe_alert;
30
31/// Types for the `DescribeAnomalyDetectionExecutions` operation.
32pub mod describe_anomaly_detection_executions;
33
34/// Types for the `DescribeAnomalyDetector` operation.
35pub mod describe_anomaly_detector;
36
37/// Types for the `DescribeMetricSet` operation.
38pub mod describe_metric_set;
39
40/// Types for the `DetectMetricSetConfig` operation.
41pub mod detect_metric_set_config;
42
43/// Types for the `GetAnomalyGroup` operation.
44pub mod get_anomaly_group;
45
46/// Types for the `GetDataQualityMetrics` operation.
47pub mod get_data_quality_metrics;
48
49/// Types for the `GetFeedback` operation.
50pub mod get_feedback;
51
52/// Types for the `GetSampleData` operation.
53pub mod get_sample_data;
54
55/// Types for the `ListAlerts` operation.
56pub mod list_alerts;
57
58/// Types for the `ListAnomalyDetectors` operation.
59pub mod list_anomaly_detectors;
60
61/// Types for the `ListAnomalyGroupRelatedMetrics` operation.
62pub mod list_anomaly_group_related_metrics;
63
64/// Types for the `ListAnomalyGroupSummaries` operation.
65pub mod list_anomaly_group_summaries;
66
67/// Types for the `ListAnomalyGroupTimeSeries` operation.
68pub mod list_anomaly_group_time_series;
69
70/// Types for the `ListMetricSets` operation.
71pub mod list_metric_sets;
72
73/// Types for the `ListTagsForResource` operation.
74pub mod list_tags_for_resource;
75
76/// Types for the `PutFeedback` operation.
77pub mod put_feedback;
78
79/// Types for the `TagResource` operation.
80pub mod tag_resource;
81
82/// Types for the `UntagResource` operation.
83pub mod untag_resource;
84
85/// Types for the `UpdateAlert` operation.
86pub mod update_alert;
87
88/// Types for the `UpdateAnomalyDetector` operation.
89pub mod update_anomaly_detector;
90
91/// Types for the `UpdateMetricSet` operation.
92pub mod update_metric_set;