
list-subscriptions
******************


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

The list-subscriptions action returns a list of the requester's
subscriptions. Each call returns a limited list of subscriptions, up
to 100. If there are more subscriptions, a --next-token is also
returned. Use the --next-token parameter in a new list-subscriptions
call to get further results.


SYNOPSIS
========

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


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

None


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

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