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 32
|
#describe_alarm_history(options = {}) ⇒ Core::Response
Calls the DescribeAlarmHistory API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 38
|
#describe_alarms(options = {}) ⇒ Core::Response
Calls the DescribeAlarms API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 58
|
#describe_alarms_for_metric(options = {}) ⇒ Core::Response
Calls the DescribeAlarmsForMetric API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 96
|
#disable_alarm_actions(options = {}) ⇒ Core::Response
Calls the DisableAlarmActions API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 135
|
#enable_alarm_actions(options = {}) ⇒ Core::Response
Calls the EnableAlarmActions API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 141
|
#get_metric_statistics(options = {}) ⇒ Core::Response
Calls the GetMetricStatistics API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 147
|
#list_metrics(options = {}) ⇒ Core::Response
Calls the ListMetrics API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 173
|
#put_metric_alarm(options = {}) ⇒ Core::Response
Calls the PutMetricAlarm API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 193
|
#put_metric_data(options = {}) ⇒ Core::Response
Calls the PutMetricData API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 215
|
#set_alarm_state(options = {}) ⇒ Core::Response
Calls the SetAlarmState API operation.
|
# File 'lib/aws/cloud_watch/client.rb', line 234
|