Sha256: 33ab72fae00864f3c0cac98a53c06096404b72f244c3e8f0a99fbf17bcae81a1
Contents?: true
Size: 698 Bytes
Versions: 4
Compression:
Stored size: 698 Bytes
Contents
require 'simple_aws/api' require 'simple_aws/call_types/action_param' require 'simple_aws/signing/version2' module SimpleAWS ## # Amazon's Elastic Load Balancing API # # http://docs.amazonwebservices.com/ElasticLoadBalancing/latest/APIReference/ # # All requests are POST and always through HTTPS. Use the third parameter to # `initializer` 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 ELB < API endpoint "elasticloadbalancing" use_https true version "2011-11-15" 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/elb.rb |
simple_aws-1.2.2 | lib/simple_aws/elb.rb |
simple_aws-1.2.1 | lib/simple_aws/elb.rb |
simple_aws-1.2.0 | lib/simple_aws/elb.rb |