Sha256: 323ff70e8abaf53d1a974cf049698e06d3b6b5f4494d2d5e1a345d815293aa78

Contents?: true

Size: 644 Bytes

Versions: 4

Compression:

Stored size: 644 Bytes

Contents

require 'aws/api'
require 'aws/call_types/action_param'
require 'aws/signing/version2'

module AWS

  ##
  # Amazon Auto Scaling
  #
  # http://docs.amazonwebservices.com/AutoScaling/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 AutoScaling < API
    endpoint "autoscaling"
    use_https true
    version "2011-01-01"

    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/auto_scaling.rb
simple_aws-1.0.0.pre3 lib/aws/auto_scaling.rb
simple_aws-1.0.0.pre2 lib/aws/auto_scaling.rb
simple_aws-1.0.0.pre1 lib/aws/auto_scaling.rb