lib/aws/elasti_cache.rb in simple_aws-0.0.1d vs lib/aws/elasti_cache.rb in simple_aws-1.0.0.pre1
- old
+ new
@@ -9,9 +9,12 @@
#
# 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"