Sha256: 06fee5d0581453aaab2239a2f272ec092a64fa2b3cae97bfb616f5c7a11ff614

Contents?: true

Size: 710 Bytes

Versions: 4

Compression:

Stored size: 710 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

4 entries across 4 versions & 1 rubygems

Version Path
simple_aws-1.2.3 lib/simple_aws/elasti_cache.rb
simple_aws-1.2.2 lib/simple_aws/elasti_cache.rb
simple_aws-1.2.1 lib/simple_aws/elasti_cache.rb
simple_aws-1.2.0 lib/simple_aws/elasti_cache.rb