Sha256: 12cca2bfec53207ce46bc1a6ebd9c7567dba9409a9ada50d62560927e2c7a6ff
Contents?: true
Size: 674 Bytes
Versions: 4
Compression:
Stored size: 674 Bytes
Contents
require 'simple_aws/api' require 'simple_aws/call_types/action_param' require 'simple_aws/signing/version2' module SimpleAWS ## # 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. # # @see SimpleAWS::CallTypes::ActionParam Calling rules # @see SimpleAWS::Response Response handling ## class EC2 < API endpoint "ec2" use_https true version "2011-11-01" include CallTypes::ActionParam include Signing::Version2 end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
simple_aws-1.2.3 | lib/simple_aws/ec2.rb |
simple_aws-1.2.2 | lib/simple_aws/ec2.rb |
simple_aws-1.2.1 | lib/simple_aws/ec2.rb |
simple_aws-1.2.0 | lib/simple_aws/ec2.rb |