You are viewing documentation for version 1 of the AWS SDK for Ruby. Version 2 documentation can be found here.
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
Direct Known Subclasses
Defined Under Namespace
Classes: V20100801
Constant Summary
- API_VERSION =
'2010-08-01'
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, #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.
#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.