Stability | experimental |
---|---|
Maintainer | Lars Kuhtz <lars@alephcloud.com> |
Safe Haskell | None |
Aws.Sns.Commands.DeleteTopic
Description
API Version: 2013-03-31
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/2010-03-31/APIReference/API_DeleteTopic.html
Documentation
data DeleteTopic Source
Constructors
DeleteTopic | |
Fields
|
data DeleteTopicResponse Source
Constructors
DeleteTopicResponse | |
data DeleteTopicErrors Source
Constructors
DeleteTopicAuthorizationError | Indicates that the user has been denied access to the requested resource. Code 403 |
DeleteTopicInternalError | Indicates an internal service error. Code 500 |
DeleteTopicInvalidParameter | Indicates that a request parameter does not comply with the associated constraints. Code 400 |
DeleteTopicTopicNotFound | Indicates that the requested resource does not exist. Code 404 |