update_device_definition

Greengrass.Client.update_device_definition(**kwargs)

Updates a device definition.

See also: AWS API Documentation

Request Syntax

response = client.update_device_definition(
    DeviceDefinitionId='string',
    Name='string'
)
Parameters
  • DeviceDefinitionId (string) -- [REQUIRED] The ID of the device definition.
  • Name (string) -- The name of the definition.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) -- success

Exceptions

  • Greengrass.Client.exceptions.BadRequestException