aws_sdk_cloudwatch/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 `DeleteAlarms` operation.
5pub mod delete_alarms;
6
7/// Types for the `DeleteAnomalyDetector` operation.
8pub mod delete_anomaly_detector;
9
10/// Types for the `DeleteDashboards` operation.
11pub mod delete_dashboards;
12
13/// Types for the `DeleteInsightRules` operation.
14pub mod delete_insight_rules;
15
16/// Types for the `DeleteMetricStream` operation.
17pub mod delete_metric_stream;
18
19/// Types for the `DescribeAlarmContributors` operation.
20pub mod describe_alarm_contributors;
21
22/// Types for the `DescribeAlarmHistory` operation.
23pub mod describe_alarm_history;
24
25/// Types for the `DescribeAlarms` operation.
26pub mod describe_alarms;
27
28/// Types for the `DescribeAlarmsForMetric` operation.
29pub mod describe_alarms_for_metric;
30
31/// Types for the `DescribeAnomalyDetectors` operation.
32pub mod describe_anomaly_detectors;
33
34/// Types for the `DescribeInsightRules` operation.
35pub mod describe_insight_rules;
36
37/// Types for the `DisableAlarmActions` operation.
38pub mod disable_alarm_actions;
39
40/// Types for the `DisableInsightRules` operation.
41pub mod disable_insight_rules;
42
43/// Types for the `EnableAlarmActions` operation.
44pub mod enable_alarm_actions;
45
46/// Types for the `EnableInsightRules` operation.
47pub mod enable_insight_rules;
48
49/// Types for the `GetDashboard` operation.
50pub mod get_dashboard;
51
52/// Types for the `GetInsightRuleReport` operation.
53pub mod get_insight_rule_report;
54
55/// Types for the `GetMetricData` operation.
56pub mod get_metric_data;
57
58/// Types for the `GetMetricStatistics` operation.
59pub mod get_metric_statistics;
60
61/// Types for the `GetMetricStream` operation.
62pub mod get_metric_stream;
63
64/// Types for the `GetMetricWidgetImage` operation.
65pub mod get_metric_widget_image;
66
67/// Types for the `ListDashboards` operation.
68pub mod list_dashboards;
69
70/// Types for the `ListManagedInsightRules` operation.
71pub mod list_managed_insight_rules;
72
73/// Types for the `ListMetricStreams` operation.
74pub mod list_metric_streams;
75
76/// Types for the `ListMetrics` operation.
77pub mod list_metrics;
78
79/// Types for the `ListTagsForResource` operation.
80pub mod list_tags_for_resource;
81
82/// Types for the `PutAnomalyDetector` operation.
83pub mod put_anomaly_detector;
84
85/// Types for the `PutCompositeAlarm` operation.
86pub mod put_composite_alarm;
87
88/// Types for the `PutDashboard` operation.
89pub mod put_dashboard;
90
91/// Types for the `PutInsightRule` operation.
92pub mod put_insight_rule;
93
94/// Types for the `PutManagedInsightRules` operation.
95pub mod put_managed_insight_rules;
96
97/// Types for the `PutMetricAlarm` operation.
98pub mod put_metric_alarm;
99
100/// Types for the `PutMetricData` operation.
101pub mod put_metric_data;
102
103/// Types for the `PutMetricStream` operation.
104pub mod put_metric_stream;
105
106/// Types for the `SetAlarmState` operation.
107pub mod set_alarm_state;
108
109/// Types for the `StartMetricStreams` operation.
110pub mod start_metric_streams;
111
112/// Types for the `StopMetricStreams` operation.
113pub mod stop_metric_streams;
114
115/// Types for the `TagResource` operation.
116pub mod tag_resource;
117
118/// Types for the `UntagResource` operation.
119pub mod untag_resource;