amazonka-sns-0.0.6: Amazon Simple Notification Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SNS.DeleteEndpoint

Contents

Description

Deletes the endpoint from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications.

http://docs.aws.amazon.com/sns/latest/api/API_DeleteEndpoint.html

Synopsis

Request

Request constructor

deleteEndpoint Source

DeleteEndpoint constructor.

The fields accessible through corresponding lenses are:

Request lenses

deEndpointArn :: Lens' DeleteEndpoint Text Source

EndpointArn of endpoint to delete.

Response

Response constructor