Sha256: 6a5e9ba3fb828d5c1452a28a836edad610f7133e2c1d98b5e360372cb6444535
Contents?: true
Size: 679 Bytes
Versions: 4
Compression:
Stored size: 679 Bytes
Contents
require 'aws/api' require 'aws/call_types/action_param' require 'aws/signing/version2' module AWS ## # Amazon's Cloud Watch # # http://docs.amazonwebservices.com/AmazonCloudWatch/latest/APIReference/Welcome.html # # All requests are POST and always through HTTPS. Use the third parameter to # #initialize if you need to talk to a region other than us-east-1. # # @see AWS::CallTypes::ActionParam Calling rules # @see AWS::Response Response handling ## class CloudWatch < API endpoint "monitoring" use_https true version "2010-08-01" default_region "us-east-1" include CallTypes::ActionParam include Signing::Version2 end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
simple_aws-1.0.0 | lib/aws/cloud_watch.rb |
simple_aws-1.0.0.pre3 | lib/aws/cloud_watch.rb |
simple_aws-1.0.0.pre2 | lib/aws/cloud_watch.rb |
simple_aws-1.0.0.pre1 | lib/aws/cloud_watch.rb |