Greengrass / Client / update_group

update_group#

Greengrass.Client.update_group(**kwargs)#

Updates a group.

See also: AWS API Documentation

Request Syntax

response = client.update_group(
    GroupId='string',
    Name='string'
)
Parameters:
  • GroupId (string) – [REQUIRED] The ID of the Greengrass group.

  • Name (string) – The name of the definition.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) – success

Exceptions

  • Greengrass.Client.exceptions.BadRequestException