:doc:`Greengrass <../../greengrass>` / Client / update_group

************
update_group
************



.. py:method:: Greengrass.Client.update_group(**kwargs)

  Updates a group.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/UpdateGroup>`_  


  **Request Syntax**
  ::

    response = client.update_group(
        GroupId='string',
        Name='string'
    )
    
  :type GroupId: string
  :param GroupId: **[REQUIRED]** The ID of the Greengrass group.

  
  :type Name: string
  :param Name: The name of the definition.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* success
  
  **Exceptions**
  
  *   :py:class:`Greengrass.Client.exceptions.BadRequestException`

  