
list-stacks
***********


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

Returns the summary information for stacks whose status matches the
specified StackStatusFilter. Summary information for stacks that have
been deleted is kept for 90 days after the stack is deleted. If no
--stack-status-filter is specified, summary information for all stacks
is returned (including existing stacks and stacks that have been
deleted).


SYNOPSIS
========

   aws cloudformation list-stacks
     [--next-token <value>]
     [--stack-status-filter <value>]


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

None


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

"--next-token"  (string)
   String that identifies the start of the next list of stacks, if
   there is one.

   Default: There is no default value.

"--stack-status-filter"  (list of string)
   Stack status to use as a filter. Specify one or more stack status
   codes to list only stacks with the specified status codes. For a
   complete list of stack status codes, see the "StackStatus"
   parameter of the  Stack data type.

   *Parameter Syntax*

      ["CREATE_IN_PROGRESS"|"CREATE_FAILED"|"CREATE_COMPLETE"|"ROLLBACK_IN_PROGRES
      S"|"ROLLBACK_FAILED"|"ROLLBACK_COMPLETE"|"DELETE_IN_PROGRESS"|"DELETE_FAILED
      "|"DELETE_COMPLETE"|"UPDATE_IN_PROGRESS"|"UPDATE_COMPLETE_CLEANUP_IN_PROGRES
      S"|"UPDATE_COMPLETE"|"UPDATE_ROLLBACK_IN_PROGRESS"|"UPDATE_ROLLBACK_FAILED"|
      "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS"|"UPDATE_ROLLBACK_COMPLETE",
      ...]
