pub enum CloudWatchOperation {
Show 31 variants
PutMetricData,
GetMetricData,
GetMetricStatistics,
ListMetrics,
PutMetricAlarm,
DescribeAlarms,
DescribeAlarmsForMetric,
DeleteAlarms,
SetAlarmState,
EnableAlarmActions,
DisableAlarmActions,
DescribeAlarmHistory,
TagResource,
UntagResource,
ListTagsForResource,
PutCompositeAlarm,
PutDashboard,
GetDashboard,
DeleteDashboards,
ListDashboards,
PutInsightRule,
DeleteInsightRules,
DescribeInsightRules,
PutAnomalyDetector,
DescribeAnomalyDetectors,
DeleteAnomalyDetector,
PutManagedInsightRules,
PutMetricStream,
DeleteMetricStream,
ListMetricStreams,
GetMetricStream,
}Expand description
All supported CloudWatch operations.
Variants§
PutMetricData
The PutMetricData operation.
GetMetricData
The GetMetricData operation.
GetMetricStatistics
The GetMetricStatistics operation.
ListMetrics
The ListMetrics operation.
PutMetricAlarm
The PutMetricAlarm operation.
DescribeAlarms
The DescribeAlarms operation.
DescribeAlarmsForMetric
The DescribeAlarmsForMetric operation.
DeleteAlarms
The DeleteAlarms operation.
SetAlarmState
The SetAlarmState operation.
EnableAlarmActions
The EnableAlarmActions operation.
DisableAlarmActions
The DisableAlarmActions operation.
DescribeAlarmHistory
The DescribeAlarmHistory operation.
TagResource
The TagResource operation.
UntagResource
The UntagResource operation.
ListTagsForResource
The ListTagsForResource operation.
PutCompositeAlarm
The PutCompositeAlarm operation.
PutDashboard
The PutDashboard operation.
GetDashboard
The GetDashboard operation.
DeleteDashboards
The DeleteDashboards operation.
ListDashboards
The ListDashboards operation.
PutInsightRule
The PutInsightRule operation.
DeleteInsightRules
The DeleteInsightRules operation.
DescribeInsightRules
The DescribeInsightRules operation.
PutAnomalyDetector
The PutAnomalyDetector operation.
DescribeAnomalyDetectors
The DescribeAnomalyDetectors operation.
DeleteAnomalyDetector
The DeleteAnomalyDetector operation.
PutManagedInsightRules
The PutManagedInsightRules operation.
PutMetricStream
The PutMetricStream operation.
DeleteMetricStream
The DeleteMetricStream operation.
ListMetricStreams
The ListMetricStreams operation.
GetMetricStream
The GetMetricStream operation.
Implementations§
Trait Implementations§
Source§impl Clone for CloudWatchOperation
impl Clone for CloudWatchOperation
Source§fn clone(&self) -> CloudWatchOperation
fn clone(&self) -> CloudWatchOperation
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more