
update-group
************


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

Updates the name and/or the path of the specified group.

Warning: You should understand the implications of changing a group's path or
  name. For more information, see Renaming Users and Groups in *Using
  AWS Identity and Access Management* .

Note: To change a group name the requester must have appropriate
  permissions on both the source object and the target object. For
  example, to change Managers to MGRs, the entity making the request
  must have permission on Managers and MGRs, or must have permission
  on all (*). For more information about permissions, see Permissions
  and Policies .


SYNOPSIS
========

   aws iam update-group
     --group-name <value>
     [--new-path <value>]
     [--new-group-name <value>]


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

"--group-name"  (string)
   Name of the group to update. If you're changing the name of the
   group, this is the original name.


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

"--new-path"  (string)
   New path for the group. Only include this if changing the group's
   path.

"--new-group-name"  (string)
   New name for the group. Only include this if changing the group's
   name.
