
update-login-profile
********************


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

Changes the password for the specified user.


SYNOPSIS
========

   aws iam update-login-profile
     --user-name <value>
     [--password <value>]


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

"--user-name"  (string)
   Name of the user whose password you want to update.


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

"--password"  (string)
   The new password for the user name.
