AmazonSimpleNotificationServiceClient Class

.NET Framework 4.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. If the config object's UseSecureStringForAwsSecretKey is false, the AWS Secret Key is stored as a clear-text string. Please use this option only if the application environment doesn't allow the use of SecureStrings.
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. If the config object's UseSecureStringForAwsSecretKey is false, the AWS Secret Key is stored as a clear-text string. Please use this option only if the application environment doesn't allow the use of SecureStrings.

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 AddPermissionAsync(AddPermissionRequest, CancellationToken) Initiates the asynchronous execution of the AddPermission 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 ConfirmSubscriptionAsync(ConfirmSubscriptionRequest, CancellationToken) Initiates the asynchronous execution of the ConfirmSubscription operation.
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 CreatePlatformApplicationAsync(CreatePlatformApplicationRequest, CancellationToken) Initiates the asynchronous execution of the CreatePlatformApplication operation.
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 CreatePlatformEndpointAsync(CreatePlatformEndpointRequest, CancellationToken) Initiates the asynchronous execution of the CreatePlatformEndpoint operation.
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 CreateTopicAsync(CreateTopicRequest, CancellationToken) Initiates the asynchronous execution of the CreateTopic operation.
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 DeleteEndpointAsync(DeleteEndpointRequest, CancellationToken) Initiates the asynchronous execution of the DeleteEndpoint operation.
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 DeletePlatformApplicationAsync(DeletePlatformApplicationRequest, CancellationToken) Initiates the asynchronous execution of the DeletePlatformApplication operation.
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 DeleteTopicAsync(DeleteTopicRequest, CancellationToken) Initiates the asynchronous execution of the DeleteTopic operation.
Public Method Dispose() Disposes of all managed and unmanaged resources.
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 GetEndpointAttributesAsync(GetEndpointAttributesRequest, CancellationToken) Initiates the asynchronous execution of the GetEndpointAttributes operation.
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 GetPlatformApplicationAttributesAsync(GetPlatformApplicationAttributesRequest, CancellationToken) Initiates the asynchronous execution of the GetPlatformApplicationAttributes operation.
Public Method GetSubscriptionAttributes(GetSubscriptionAttributesRequest)

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

Public Method GetSubscriptionAttributesAsync(GetSubscriptionAttributesRequest, CancellationToken) Initiates the asynchronous execution of the GetSubscriptionAttributes operation.
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 GetTopicAttributesAsync(GetTopicAttributesRequest, CancellationToken) Initiates the asynchronous execution of the GetTopicAttributes operation.
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 ListEndpointsByPlatformApplicationAsync(ListEndpointsByPlatformApplicationRequest, CancellationToken) Initiates the asynchronous execution of the ListEndpointsByPlatformApplication operation.
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 ListPlatformApplicationsAsync(ListPlatformApplicationsRequest, CancellationToken) Initiates the asynchronous execution of the ListPlatformApplications operation.
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 ListSubscriptionsAsync(ListSubscriptionsRequest, CancellationToken) Initiates the asynchronous execution of the ListSubscriptions operation.
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 ListSubscriptionsByTopicAsync(ListSubscriptionsByTopicRequest, CancellationToken) Initiates the asynchronous execution of the ListSubscriptionsByTopic operation.
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 ListTopicsAsync(ListTopicsRequest, CancellationToken) Initiates the asynchronous execution of the ListTopics operation.
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 PublishAsync(PublishRequest, CancellationToken) Initiates the asynchronous execution of the Publish operation.
Public Method RemovePermission(RemovePermissionRequest)

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

Public Method RemovePermissionAsync(RemovePermissionRequest, CancellationToken) Initiates the asynchronous execution of the RemovePermission operation.
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 SetEndpointAttributesAsync(SetEndpointAttributesRequest, CancellationToken) Initiates the asynchronous execution of the SetEndpointAttributes operation.
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 SetPlatformApplicationAttributesAsync(SetPlatformApplicationAttributesRequest, CancellationToken) Initiates the asynchronous execution of the SetPlatformApplicationAttributes operation.
Public Method SetSubscriptionAttributes(SetSubscriptionAttributesRequest)

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

Public Method SetSubscriptionAttributesAsync(SetSubscriptionAttributesRequest, CancellationToken) Initiates the asynchronous execution of the SetSubscriptionAttributes operation.
Public Method SetTopicAttributes(SetTopicAttributesRequest)

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

Public Method SetTopicAttributesAsync(SetTopicAttributesRequest, CancellationToken) Initiates the asynchronous execution of the SetTopicAttributes operation.
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 SubscribeAsync(SubscribeRequest, CancellationToken) Initiates the asynchronous execution of the Subscribe operation.
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.

Public Method UnsubscribeAsync(UnsubscribeRequest, CancellationToken) Initiates the asynchronous execution of the Unsubscribe operation.

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