Sha256: 60e5b697b095f918bd99d2accee8d8a57020726a385fa90c26a3a017b14b4066
Contents?: true
Size: 699 Bytes
Versions: 4
Compression:
Stored size: 699 Bytes
Contents
require 'simple_aws/api' require 'simple_aws/call_types/action_param' require 'simple_aws/signing/version2' module SimpleAWS ## # Amazon's Simple Notification Service # # http://docs.amazonwebservices.com/sns/latest/api/Welcome.html # # 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 SNS < API endpoint "sns" use_https true version "2010-03-31" 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/sns.rb |
simple_aws-1.2.2 | lib/simple_aws/sns.rb |
simple_aws-1.2.1 | lib/simple_aws/sns.rb |
simple_aws-1.2.0 | lib/simple_aws/sns.rb |