Sha256: fba4c464154042b4c19e5cbe0185dd98c0e12bae46e1cc71022e75aaeea54bc0
Contents?: true
Size: 671 Bytes
Versions: 4
Compression:
Stored size: 671 Bytes
Contents
require 'simple_aws/api' require 'simple_aws/call_types/action_param' require 'simple_aws/signing/version2' module SimpleAWS ## # Amazon's Relational Database Service # # http://docs.amazonwebservices.com/AmazonRDS/latest/APIReference/ # # 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 RDS < API endpoint "rds" use_https true version "2011-04-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/rds.rb |
simple_aws-1.2.2 | lib/simple_aws/rds.rb |
simple_aws-1.2.1 | lib/simple_aws/rds.rb |
simple_aws-1.2.0 | lib/simple_aws/rds.rb |