Sha256: ce97ef591d1223eb854fbfe4ee121ac3798b4916fcfd33a2f3d2013abab674f4

Contents?: true

Size: 659 Bytes

Versions: 4

Compression:

Stored size: 659 Bytes

Contents

require 'aws/api'
require 'aws/call_types/action_param'
require 'aws/signing/version2'

module AWS

  ##
  # 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 AWS::CallTypes::ActionParam Calling rules
  # @see AWS::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.0.0 lib/aws/sns.rb
simple_aws-1.0.0.pre3 lib/aws/sns.rb
simple_aws-1.0.0.pre2 lib/aws/sns.rb
simple_aws-1.0.0.pre1 lib/aws/sns.rb