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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SNS.DeleteTopic

Contents

Description

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.

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

Synopsis

Request

Request constructor

deleteTopic Source

Arguments

:: Text

dtTopicArn

-> DeleteTopic 

DeleteTopic constructor.

The fields accessible through corresponding lenses are:

Request lenses

dtTopicArn :: Lens' DeleteTopic Text Source

The ARN of the topic you want to delete.

Response

Response constructor