Sha256: ae87fe714a2900e9c8043b25308ec0c037aa3dd485c8490c81a0af84e3827121
Contents?: true
Size: 631 Bytes
Versions: 4
Compression:
Stored size: 631 Bytes
Contents
require 'aws/api' require 'aws/call_types/action_param' require 'aws/signing/version2' module AWS ## # 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 AWS::CallTypes::ActionParam Calling rules # @see AWS::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.0.0 | lib/aws/rds.rb |
simple_aws-1.0.0.pre3 | lib/aws/rds.rb |
simple_aws-1.0.0.pre2 | lib/aws/rds.rb |
simple_aws-1.0.0.pre1 | lib/aws/rds.rb |