AmazonSimpleNotificationServiceClient Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Implementation for accessing AmazonSimpleNotificationService. Amazon Simple Notification Service

Amazon Simple Notification Service (Amazon SNS) is a web service that enables you to build distributed web-enabled applications. Applications can use Amazon SNS to easily push real-time notification messages to interested subscribers over multiple delivery protocols. For more information about this product see http://aws.amazon.com/sns. For detailed information about Amazon SNS features and their associated API calls, see the Amazon SNS Developer Guide.

We also provide SDKs that enable you to access Amazon SNS from your preferred programming language. The SDKs contain functionality that automatically takes care of tasks such as: cryptographically signing your service requests, retrying requests, and handling error responses. For a list of available SDKs, go to Tools for Amazon Web Services.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AbstractWebServiceClient
    Amazon.Runtime.AmazonWebServiceClient
      Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient

Namespace: Amazon.SimpleNotificationService
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class AmazonSimpleNotificationServiceClient : AmazonWebServiceClient
         IAmazonSimpleNotificationService, IDisposable

The AmazonSimpleNotificationServiceClient type exposes the following members

Constructors

  Name Description
Public Method AmazonSimpleNotificationServiceClient() Constructs AmazonSimpleNotificationServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSAccessKey" value="********************"/>
        <add key="AWSSecretKey" value="****************************************"/>
    </appSettings>
</configuration>
             
Public Method AmazonSimpleNotificationServiceClient(RegionEndpoint) Constructs AmazonSimpleNotificationServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSAccessKey" value="********************"/>
        <add key="AWSSecretKey" value="****************************************"/>
    </appSettings>
</configuration>
             
Public Method AmazonSimpleNotificationServiceClient(AmazonSimpleNotificationServiceConfig) Constructs AmazonSimpleNotificationServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSAccessKey" value="********************"/>
        <add key="AWSSecretKey" value="****************************************"/>
    </appSettings>
</configuration>
             
Public Method AmazonSimpleNotificationServiceClient(AWSCredentials) Constructs AmazonSimpleNotificationServiceClient with AWS Credentials
Public Method AmazonSimpleNotificationServiceClient(AWSCredentials, RegionEndpoint) Constructs AmazonSimpleNotificationServiceClient with AWS Credentials
Public Method AmazonSimpleNotificationServiceClient(AWSCredentials, AmazonSimpleNotificationServiceConfig) Constructs AmazonSimpleNotificationServiceClient with AWS Credentials and an AmazonSimpleNotificationServiceClient Configuration object.
Public Method AmazonSimpleNotificationServiceClient(string, string) Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key
Public Method AmazonSimpleNotificationServiceClient(string, string, RegionEndpoint) Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key
Public Method AmazonSimpleNotificationServiceClient(string, string, AmazonSimpleNotificationServiceConfig) Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleNotificationServiceClient Configuration object.
Public Method AmazonSimpleNotificationServiceClient(string, string, string) Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key
Public Method AmazonSimpleNotificationServiceClient(string, string, string, RegionEndpoint) Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key
Public Method AmazonSimpleNotificationServiceClient(string, string, string, AmazonSimpleNotificationServiceConfig) Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleNotificationServiceClient Configuration object.

Methods

  Name Description
Public Method AddPermission(AddPermissionRequest)

The AddPermission action adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.

Public Method BeginAddPermission(AddPermissionRequest, AsyncCallback, object) Initiates the asynchronous execution of the AddPermission operation.
Public Method BeginConfirmSubscription(ConfirmSubscriptionRequest, AsyncCallback, object) Initiates the asynchronous execution of the ConfirmSubscription operation.
Public Method BeginCreatePlatformApplication(CreatePlatformApplicationRequest, AsyncCallback, object) Initiates the asynchronous execution of the CreatePlatformApplication operation.
Public Method BeginCreatePlatformEndpoint(CreatePlatformEndpointRequest, AsyncCallback, object) Initiates the asynchronous execution of the CreatePlatformEndpoint operation.
Public Method BeginCreateTopic(CreateTopicRequest, AsyncCallback, object) Initiates the asynchronous execution of the CreateTopic operation.
Public Method BeginDeleteEndpoint(DeleteEndpointRequest, AsyncCallback, object) Initiates the asynchronous execution of the DeleteEndpoint operation.
Public Method BeginDeletePlatformApplication(DeletePlatformApplicationRequest, AsyncCallback, object) Initiates the asynchronous execution of the DeletePlatformApplication operation.
Public Method BeginDeleteTopic(DeleteTopicRequest, AsyncCallback, object) Initiates the asynchronous execution of the DeleteTopic operation.
Public Method BeginGetEndpointAttributes(GetEndpointAttributesRequest, AsyncCallback, object) Initiates the asynchronous execution of the GetEndpointAttributes operation.
Public Method BeginGetPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest, AsyncCallback, object) Initiates the asynchronous execution of the GetPlatformApplicationAttributes operation.
Public Method BeginGetSubscriptionAttributes(GetSubscriptionAttributesRequest, AsyncCallback, object) Initiates the asynchronous execution of the GetSubscriptionAttributes operation.
Public Method BeginGetTopicAttributes(GetTopicAttributesRequest, AsyncCallback, object) Initiates the asynchronous execution of the GetTopicAttributes operation.
Public Method BeginListEndpointsByPlatformApplication(ListEndpointsByPlatformApplicationRequest, AsyncCallback, object) Initiates the asynchronous execution of the ListEndpointsByPlatformApplication operation.
Public Method BeginListPlatformApplications(ListPlatformApplicationsRequest, AsyncCallback, object) Initiates the asynchronous execution of the ListPlatformApplications operation.
Public Method BeginListSubscriptions(ListSubscriptionsRequest, AsyncCallback, object) Initiates the asynchronous execution of the ListSubscriptions operation.
Public Method BeginListSubscriptionsByTopic(ListSubscriptionsByTopicRequest, AsyncCallback, object) Initiates the asynchronous execution of the ListSubscriptionsByTopic operation.
Public Method BeginListTopics(ListTopicsRequest, AsyncCallback, object) Initiates the asynchronous execution of the ListTopics operation.
Public Method BeginPublish(PublishRequest, AsyncCallback, object) Initiates the asynchronous execution of the Publish operation.
Public Method BeginRemovePermission(RemovePermissionRequest, AsyncCallback, object) Initiates the asynchronous execution of the RemovePermission operation.
Public Method BeginSetEndpointAttributes(SetEndpointAttributesRequest, AsyncCallback, object) Initiates the asynchronous execution of the SetEndpointAttributes operation.
Public Method BeginSetPlatformApplicationAttributes(SetPlatformApplicationAttributesRequest, AsyncCallback, object) Initiates the asynchronous execution of the SetPlatformApplicationAttributes operation.
Public Method BeginSetSubscriptionAttributes(SetSubscriptionAttributesRequest, AsyncCallback, object) Initiates the asynchronous execution of the SetSubscriptionAttributes operation.
Public Method BeginSetTopicAttributes(SetTopicAttributesRequest, AsyncCallback, object) Initiates the asynchronous execution of the SetTopicAttributes operation.
Public Method BeginSubscribe(SubscribeRequest, AsyncCallback, object) Initiates the asynchronous execution of the Subscribe operation.
Public Method BeginUnsubscribe(UnsubscribeRequest, AsyncCallback, object) Initiates the asynchronous execution of the Unsubscribe operation.
Public Method ConfirmSubscription(ConfirmSubscriptionRequest)

The ConfirmSubscription action verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action. If the token is valid, the action creates a new subscription and returns its Amazon Resource Name (ARN). This call requires an AWS signature only when the AuthenticateOnUnsubscribe flag is set to "true".

Public Method CreatePlatformApplication(CreatePlatformApplicationRequest)

The CreatePlatformApplication action creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register. You must specify PlatformPrincipal and PlatformCredential attributes when using the CreatePlatformApplication action. The PlatformPrincipal is received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is "SSL certificate". For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is "client id". The PlatformCredential is also received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is "private key". For GCM, PlatformCredential is "API key". For ADM, PlatformCredential is "client secret". The PlatformApplicationArn that is returned when using CreatePlatformApplication is then used as an attribute for the CreatePlatformEndpoint action. For more information, see Using Amazon SNS Mobile Push Notifications.

Public Method CreatePlatformEndpoint(CreatePlatformEndpointRequest)

The CreatePlatformEndpoint creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS. CreatePlatformEndpoint requires the PlatformApplicationArn that is returned from CreatePlatformApplication . The EndpointArn that is returned when using CreatePlatformEndpoint can then be used by the Publish action to send a message to a mobile app or by the Subscribe action for subscription to a topic. For more information, see Using Amazon SNS Mobile Push Notifications.

Public Method CreateTopic(CreateTopicRequest)

The CreateTopic action creates a topic to which notifications can be published. Users can create at most 100 topics. For more information, see http://aws.amazon.com/sns. This action is idempotent, so if the requester already owns a topic with the specified name, that topic's ARN is returned without creating a new topic.

Public Method DeleteEndpoint(DeleteEndpointRequest)

The DeleteEndpoint action, which is idempotent, deletes the endpoint from SNS. For more information, see Using Amazon SNS Mobile Push Notifications.

Public Method DeletePlatformApplication(DeletePlatformApplicationRequest)

The DeletePlatformApplication action deletes a platform application object for one of the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.

Public Method DeleteTopic(DeleteTopicRequest)

The DeleteTopic action deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.

Public Method Dispose() Disposes of all managed and unmanaged resources.
Public Method EndAddPermission(IAsyncResult) Finishes the asynchronous execution of the AddPermission operation.
Public Method EndConfirmSubscription(IAsyncResult) Finishes the asynchronous execution of the ConfirmSubscription operation.
Public Method EndCreatePlatformApplication(IAsyncResult) Finishes the asynchronous execution of the CreatePlatformApplication operation.
Public Method EndCreatePlatformEndpoint(IAsyncResult) Finishes the asynchronous execution of the CreatePlatformEndpoint operation.
Public Method EndCreateTopic(IAsyncResult) Finishes the asynchronous execution of the CreateTopic operation.
Public Method EndDeleteEndpoint(IAsyncResult) Finishes the asynchronous execution of the DeleteEndpoint operation.
Public Method EndDeletePlatformApplication(IAsyncResult) Finishes the asynchronous execution of the DeletePlatformApplication operation.
Public Method EndDeleteTopic(IAsyncResult) Finishes the asynchronous execution of the DeleteTopic operation.
Public Method EndGetEndpointAttributes(IAsyncResult) Finishes the asynchronous execution of the GetEndpointAttributes operation.
Public Method EndGetPlatformApplicationAttributes(IAsyncResult) Finishes the asynchronous execution of the GetPlatformApplicationAttributes operation.
Public Method EndGetSubscriptionAttributes(IAsyncResult) Finishes the asynchronous execution of the GetSubscriptionAttributes operation.
Public Method EndGetTopicAttributes(IAsyncResult) Finishes the asynchronous execution of the GetTopicAttributes operation.
Public Method EndListEndpointsByPlatformApplication(IAsyncResult) Finishes the asynchronous execution of the ListEndpointsByPlatformApplication operation.
Public Method EndListPlatformApplications(IAsyncResult) Finishes the asynchronous execution of the ListPlatformApplications operation.
Public Method EndListSubscriptions(IAsyncResult) Finishes the asynchronous execution of the ListSubscriptions operation.
Public Method EndListSubscriptionsByTopic(IAsyncResult) Finishes the asynchronous execution of the ListSubscriptionsByTopic operation.
Public Method EndListTopics(IAsyncResult) Finishes the asynchronous execution of the ListTopics operation.
Public Method EndPublish(IAsyncResult) Finishes the asynchronous execution of the Publish operation.
Public Method EndRemovePermission(IAsyncResult) Finishes the asynchronous execution of the RemovePermission operation.
Public Method EndSetEndpointAttributes(IAsyncResult) Finishes the asynchronous execution of the SetEndpointAttributes operation.
Public Method EndSetPlatformApplicationAttributes(IAsyncResult) Finishes the asynchronous execution of the SetPlatformApplicationAttributes operation.
Public Method EndSetSubscriptionAttributes(IAsyncResult) Finishes the asynchronous execution of the SetSubscriptionAttributes operation.
Public Method EndSetTopicAttributes(IAsyncResult) Finishes the asynchronous execution of the SetTopicAttributes operation.
Public Method EndSubscribe(IAsyncResult) Finishes the asynchronous execution of the Subscribe operation.
Public Method EndUnsubscribe(IAsyncResult) Finishes the asynchronous execution of the Unsubscribe operation.
Public Method GetEndpointAttributes(GetEndpointAttributesRequest)

The GetEndpointAttributes retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.

Public Method GetPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest)

The GetPlatformApplicationAttributes action retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.

Public Method GetSubscriptionAttributes(GetSubscriptionAttributesRequest)

The GetSubscriptionAttribtues action returns all of the properties of a subscription.

Public Method GetTopicAttributes(GetTopicAttributesRequest)

The GetTopicAttributes action returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.

Public Method ListEndpointsByPlatformApplication(ListEndpointsByPlatformApplicationRequest)

The ListEndpointsByPlatformApplication action lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS. The results for ListEndpointsByPlatformApplication are paginated and return a limited list of endpoints, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you call ListEndpointsByPlatformApplication again using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.

Public Method ListPlatformApplications(ListPlatformApplicationsRequest)

The ListPlatformApplications action lists the platform application objects for the supported push notification services, such as APNS and GCM. The results for ListPlatformApplications are paginated and return a limited list of applications, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you call ListPlatformApplications using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.

Public Method ListPlatformApplications()

The ListPlatformApplications action lists the platform application objects for the supported push notification services, such as APNS and GCM. The results for ListPlatformApplications are paginated and return a limited list of applications, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you call ListPlatformApplications using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.

Public Method ListSubscriptions(ListSubscriptionsRequest)

The ListSubscriptions action returns a list of the requester's subscriptions. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a new ListSubscriptions call to get further results.

Public Method ListSubscriptions()

The ListSubscriptions action returns a list of the requester's subscriptions. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a new ListSubscriptions call to get further results.

Public Method ListSubscriptionsByTopic(ListSubscriptionsByTopicRequest)

The ListSubscriptionsByTopic action returns a list of the subscriptions to a specific topic. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a new ListSubscriptionsByTopic call to get further results.

Public Method ListTopics(ListTopicsRequest)

The ListTopics action returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a NextToken is also returned. Use the NextToken parameter in a new ListTopics call to get further results.

Public Method ListTopics()

The ListTopics action returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a NextToken is also returned. Use the NextToken parameter in a new ListTopics call to get further results.

Public Method Publish(PublishRequest)

The Publish action sends a message to all of a topic's subscribed endpoints. When a messageId is returned, the message has been saved and Amazon SNS will attempt to deliver it to the topic's subscribers shortly. The format of the outgoing message to each subscribed endpoint depends on the notification protocol selected.

To use the Publish action for sending a message to a mobile endpoint, such as an app on a Kindle device or mobile phone, you must specify the EndpointArn. The EndpointArn is returned when making a call with the CreatePlatformEndpoint action. The second example below shows a request and response for publishing to a mobile endpoint.

Public Method RemovePermission(RemovePermissionRequest)

The RemovePermission action removes a statement from a topic's access control policy.

Public Method SetEndpointAttributes(SetEndpointAttributesRequest)

The SetEndpointAttributes action sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.

Public Method SetPlatformApplicationAttributes(SetPlatformApplicationAttributesRequest)

The SetPlatformApplicationAttributes action sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.

Public Method SetSubscriptionAttributes(SetSubscriptionAttributesRequest)

The SetSubscriptionAttributes action allows a subscription owner to set an attribute of the topic to a new value.

Public Method SetTopicAttributes(SetTopicAttributesRequest)

The SetTopicAttributes action allows a topic owner to set an attribute of the topic to a new value.

Public Method Subscribe(SubscribeRequest)

The Subscribe action prepares to subscribe an endpoint by sending the endpoint a confirmation message. To actually create a subscription, the endpoint owner must call the ConfirmSubscription action with the token from the confirmation message. Confirmation tokens are valid for three days.

Public Method Unsubscribe(UnsubscribeRequest)

The Unsubscribe action deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8