Sha256: ec9f7001e57d90efb54de82657259841836aa8f3e0fbbf2846bcf4d2af722e02
Contents?: true
Size: 709 Bytes
Versions: 1
Compression:
Stored size: 709 Bytes
Contents
require 'simple_aws/api' require 'simple_aws/call_types/action_param' require 'simple_aws/signing/version2' module SimpleAWS ## # 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 SimpleAWS::CallTypes::ActionParam Calling rules # @see SimpleAWS::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_aws-1.1.0 | lib/simple_aws/elasti_cache.rb |