AWS SDK for .NET Documentation
ConfirmSubscription Method (request)
AmazonAmazon.SimpleNotificationServiceAmazonSimpleNotificationServiceClientConfirmSubscription(ConfirmSubscriptionRequest) Did this page help you?   Yes   No    Tell us about it...
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).
Declaration Syntax
C#
public ConfirmSubscriptionResponse ConfirmSubscription(
	ConfirmSubscriptionRequest request
)
Parameters
request (ConfirmSubscriptionRequest)
Confirm Subscription request
Return Value
Confirm Subscription Response from the service
Remarks
This call requires an AWS signature only when the AuthenticateOnUnsubscribe flag is set to "true".

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)