Sha256: c922cbfbc4238977b89c5ca89e878f9f8ab01ef55fec384de4ff1cbdd0933fdd

Contents?: true

Size: 538 Bytes

Versions: 3

Compression:

Stored size: 538 Bytes

Contents

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

module AWS

  ##
  # Amazon's Elastic Computing Cloud
  #
  # http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/index.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 EC2 < API
    endpoint "ec2"
    use_https true
    version "2011-11-01"

    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/ec2.rb
simple_aws-0.0.1c lib/aws/ec2.rb
simple_aws-0.0.1b lib/aws/ec2.rb