Sha256: caaf5400e74001b08f36b627c0adfe41deafdffbfa3340eaff05fa343780bcdb

Contents?: true

Size: 583 Bytes

Versions: 3

Compression:

Stored size: 583 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.
  ##
  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

3 entries across 3 versions & 1 rubygems

Version Path
simple_aws-0.0.1d lib/aws/cloud_watch.rb
simple_aws-0.0.1c lib/aws/cloud_watch.rb
simple_aws-0.0.1b lib/aws/cloud_watch.rb