Stability | experimental |
---|---|
Maintainer | Lars Kuhtz <lars@alephcloud.com> |
Safe Haskell | None |
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 ListTopics Source
Constructors
ListTopics | |
Fields
|
data ListTopicsResponse Source
Constructors
ListTopicsResponse | |
Fields
|
Instances
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 |