aws-sns-0.1: Bindings for AWS SNS Version 2013-03-31

Stabilityexperimental
MaintainerLars Kuhtz <lars@alephcloud.com>
Safe HaskellNone

Aws.Sns.Commands.ListTopics

Description

API Version: 2013-03-31

Returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a NextToken is also returned. Use the NextToken parameter in a new ListTopics call to get further results.

http://docs.aws.amazon.com/sns/2010-03-31/APIReference/API_ListTopics.html

Documentation

data ListTopicsErrors Source

Constructors

ListTopicsAuthorizationError

Indicates that the user has been denied access to the requested resource.

Code 403

ListTopicsInternalError

Indicates an internal service error.

Code 500

ListTopicsInvalidParameter

Indicates that a request parameter does not comply with the associated constraints.

Code 400