Greengrass / Client / update_core_definition

update_core_definition#

Greengrass.Client.update_core_definition(**kwargs)#

Updates a core definition.

See also: AWS API Documentation

Request Syntax

response = client.update_core_definition(
    CoreDefinitionId='string',
    Name='string'
)
Parameters:
  • CoreDefinitionId (string) – [REQUIRED] The ID of the core definition.

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) – success

Exceptions