Class: AWS::SNS::Client
- Inherits:
-
Core::QueryClient
- Object
- Core::Client
- Core::QueryClient
- AWS::SNS::Client
- Defined in:
- lib/aws/sns/client.rb
Overview
Client class for Amazon Simple Notifications Service (SNS).
Instance Attribute Summary
Attributes inherited from Core::Client
Instance Method Summary collapse
-
#add_permission(options = {}) ⇒ Core::Response
Calls the AddPermission API operation.
-
#confirm_subscription(options = {}) ⇒ Core::Response
Calls the ConfirmSubscription API operation.
-
#create_topic(options = {}) ⇒ Core::Response
Calls the CreateTopic API operation.
-
#delete_topic(options = {}) ⇒ Core::Response
Calls the DeleteTopic API operation.
-
#get_subscription_attributes(options = {}) ⇒ Core::Response
Calls the GetSubscriptionAttributes API operation.
-
#get_topic_attributes(options = {}) ⇒ Core::Response
Calls the GetTopicAttributes API operation.
-
#list_subscriptions(options = {}) ⇒ Core::Response
Calls the ListSubscriptions API operation.
-
#list_subscriptions_by_topic(options = {}) ⇒ Core::Response
Calls the ListSubscriptionsByTopic API operation.
-
#list_topics(options = {}) ⇒ Core::Response
Calls the ListTopics API operation.
-
#publish(options = {}) ⇒ Core::Response
Calls the Publish API operation.
-
#remove_permission(options = {}) ⇒ Core::Response
Calls the RemovePermission API operation.
-
#set_subscription_attributes(options = {}) ⇒ Core::Response
Calls the SetSubscriptionAttributes API operation.
-
#set_topic_attributes(options = {}) ⇒ Core::Response
Calls the SetTopicAttributes API operation.
-
#subscribe(options = {}) ⇒ Core::Response
Calls the Subscribe API operation.
-
#unsubscribe(options = {}) ⇒ Core::Response
Calls the Unsubscribe API operation.
Methods inherited from Core::Client
#initialize, #log_warning, #operations, operations, #with_http_handler, #with_options
Constructor Details
This class inherits a constructor from AWS::Core::Client
Instance Method Details
#add_permission(options = {}) ⇒ Core::Response
Calls the AddPermission API operation.
|
# File 'lib/aws/sns/client.rb', line 27
|
#confirm_subscription(options = {}) ⇒ Core::Response
Calls the ConfirmSubscription API operation.
|
# File 'lib/aws/sns/client.rb', line 43
|
#create_topic(options = {}) ⇒ Core::Response
Calls the CreateTopic API operation.
|
# File 'lib/aws/sns/client.rb', line 60
|
#delete_topic(options = {}) ⇒ Core::Response
Calls the DeleteTopic API operation.
|
# File 'lib/aws/sns/client.rb', line 72
|
#get_subscription_attributes(options = {}) ⇒ Core::Response
Calls the GetSubscriptionAttributes API operation.
|
# File 'lib/aws/sns/client.rb', line 89
|
#get_topic_attributes(options = {}) ⇒ Core::Response
Calls the GetTopicAttributes API operation.
|
# File 'lib/aws/sns/client.rb', line 99
|
#list_subscriptions(options = {}) ⇒ Core::Response
Calls the ListSubscriptions API operation.
|
# File 'lib/aws/sns/client.rb', line 109
|
#list_subscriptions_by_topic(options = {}) ⇒ Core::Response
Calls the ListSubscriptionsByTopic API operation.
|
# File 'lib/aws/sns/client.rb', line 125
|
#list_topics(options = {}) ⇒ Core::Response
Calls the ListTopics API operation.
|
# File 'lib/aws/sns/client.rb', line 143
|
#publish(options = {}) ⇒ Core::Response
Calls the Publish API operation.
|
# File 'lib/aws/sns/client.rb', line 155
|
#remove_permission(options = {}) ⇒ Core::Response
Calls the RemovePermission API operation.
|
# File 'lib/aws/sns/client.rb', line 196
|
#set_subscription_attributes(options = {}) ⇒ Core::Response
Calls the SetSubscriptionAttributes API operation.
|
# File 'lib/aws/sns/client.rb', line 205
|
#set_topic_attributes(options = {}) ⇒ Core::Response
Calls the SetTopicAttributes API operation.
|
# File 'lib/aws/sns/client.rb', line 217
|
#subscribe(options = {}) ⇒ Core::Response
Calls the Subscribe API operation.
|
# File 'lib/aws/sns/client.rb', line 229
|
#unsubscribe(options = {}) ⇒ Core::Response
Calls the Unsubscribe API operation.
|
# File 'lib/aws/sns/client.rb', line 255
|