Sha256: c2acff71821470b3b80e22440448e8a8a5ef350dd157e290f340777e80bc6ccc
Contents?: true
Size: 670 Bytes
Versions: 4
Compression:
Stored size: 670 Bytes
Contents
require 'aws/api' require 'aws/call_types/action_param' require 'aws/signing/version2' module AWS ## # Amazon's ElastiCache # # http://docs.amazonwebservices.com/AmazonElastiCache/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 ElastiCache < API endpoint "elasticache" use_https true version "2011-07-15" default_region "us-east-1" 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/elasti_cache.rb |
simple_aws-1.0.0.pre3 | lib/aws/elasti_cache.rb |
simple_aws-1.0.0.pre2 | lib/aws/elasti_cache.rb |
simple_aws-1.0.0.pre1 | lib/aws/elasti_cache.rb |