
list-topics
***********


DESCRIPTION
===========

The list-topics action 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 --next-token is also returned. Use the --next-token
parameter in a new list-topics call to get further results.


SYNOPSIS
========

   aws sns list-topics
     [--next-token <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--next-token"  (string)
   Token returned by the previous list-topics request.
