Class: AWS::CloudWatch::Client
- Inherits:
-
AWS::Core::QueryClient
- Object
- AWS::Core::Client
- AWS::Core::QueryClient
- AWS::CloudWatch::Client
- Defined in:
- lib/aws/cloud_watch/client.rb
Overview
Client class for Cloud Watch
Instance Attribute Summary
Attributes inherited from AWS::Core::Client
Instance Method Summary collapse
-
#delete_alarms(options = {}) ⇒ Core::Response
Calls the DeleteAlarms API operation.
-
#describe_alarm_history(options = {}) ⇒ Core::Response
Calls the DescribeAlarmHistory API operation.
-
#describe_alarms(options = {}) ⇒ Core::Response
Calls the DescribeAlarms API operation.
-
#describe_alarms_for_metric(options = {}) ⇒ Core::Response
Calls the DescribeAlarmsForMetric API operation.
-
#disable_alarm_actions(options = {}) ⇒ Core::Response
Calls the DisableAlarmActions API operation.
-
#enable_alarm_actions(options = {}) ⇒ Core::Response
Calls the EnableAlarmActions API operation.
-
#get_metric_statistics(options = {}) ⇒ Core::Response
Calls the GetMetricStatistics API operation.
-
#list_metrics(options = {}) ⇒ Core::Response
Calls the ListMetrics API operation.
-
#put_metric_alarm(options = {}) ⇒ Core::Response
Calls the PutMetricAlarm API operation.
-
#put_metric_data(options = {}) ⇒ Core::Response
Calls the PutMetricData API operation.
-
#set_alarm_state(options = {}) ⇒ Core::Response
Calls the SetAlarmState API operation.
Methods inherited from AWS::Core::Client
#initialize, #log_warning, #operations, operations, #with_http_handler, #with_options
Constructor Details
This class inherits a constructor from AWS::Core::Client
Instance Method Details
#delete_alarms(options = {}) ⇒ Core::Response
Calls the DeleteAlarms API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 30
|
#describe_alarm_history(options = {}) ⇒ Core::Response
Calls the DescribeAlarmHistory API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 36
|
#describe_alarms(options = {}) ⇒ Core::Response
Calls the DescribeAlarms API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 56
|
#describe_alarms_for_metric(options = {}) ⇒ Core::Response
Calls the DescribeAlarmsForMetric API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 94
|
#disable_alarm_actions(options = {}) ⇒ Core::Response
Calls the DisableAlarmActions API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 133
|
#enable_alarm_actions(options = {}) ⇒ Core::Response
Calls the EnableAlarmActions API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 139
|
#get_metric_statistics(options = {}) ⇒ Core::Response
Calls the GetMetricStatistics API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 145
|
#list_metrics(options = {}) ⇒ Core::Response
Calls the ListMetrics API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 171
|
#put_metric_alarm(options = {}) ⇒ Core::Response
Calls the PutMetricAlarm API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 191
|
#put_metric_data(options = {}) ⇒ Core::Response
Calls the PutMetricData API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 213
|
#set_alarm_state(options = {}) ⇒ Core::Response
Calls the SetAlarmState API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 232
|