Sha256: 713e4c07de90c327c8e9f285e099dc691d6298666bb5a8e4c4cba500d9ebfe61
Contents?: true
Size: 673 Bytes
Versions: 1
Compression:
Stored size: 673 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_aws-1.1.0 | lib/simple_aws/ec2.rb |