
add-user-to-group
*****************


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

Adds the specified user to the specified group.


SYNOPSIS
========

   aws iam add-user-to-group
     --user-name <value>
     --group-name <value>


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

"--user-name"  (string)
   Name of the user to add.

"--group-name"  (string)
   Name of the group to update.


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

None
