AWS.SNS.ISNSClient.ConfirmSubscription

Confirm the endpoint owner's intent to receive messages.

function ConfirmSubscription(const ARequest: ISNSConfirmSubscriptionRequest): ISNSConfirmSubscriptionResponse; overload; function ConfirmSubscription(const ATopicArn: TARN; AToken: string; AAuthenticateOnUnsubscribe: string = ''): ISNSConfirmSubscriptionResponse; overload;
__fastcall ISNSConfirmSubscriptionResponse ConfirmSubscription(const ISNSConfirmSubscriptionRequest ARequest); __fastcall ISNSConfirmSubscriptionResponse ConfirmSubscription(const TARN ATopicArn, AnsiString AToken, AnsiString AAuthenticateOnUnsubscribe = '');

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSConfirmSubscriptionRequest
A ConfirmSubscription request object.
const ARequest: ISNSConfirmSubscriptionRequest
A ConfirmSubscription request object.

Response containing ConfirmSubscription results.

Exceptions
Description
The user has been denied access to the requested resource.
Indicates the number of filter policies in your AWS account exceeds the limit.
One of the request parameters does not comply with the associated constraints.
One of the request parameters does not comply with the associated constraints.
Indicated the specified phone number has opted out of receiving SMS messages from your AWS account.
Indicates the customer already owns the maximum allowed number of subscriptions.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.