
list-identities
***************


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

Returns a list containing all of the identities (email addresses and
domains) for a specific AWS Account, regardless of verification
status.


SYNOPSIS
========

   aws ses list-identities
     [--identity-type <value>]
     [--next-token <value>]
     [--max-items <value>]


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

None


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

"--identity-type"  (string)
   The type of the identities to list. Possible values are
   "EmailAddress" and "Domain". If this parameter is omitted, then all
   identities will be listed.

"--next-token"  (string)
   The token to use for pagination.

"--max-items"  (integer)
   The maximum number of identities per page. Possible values are
   1-100 inclusive.
