Greengrass / Client / update_function_definition

update_function_definition#

Greengrass.Client.update_function_definition(**kwargs)#

Updates a Lambda function definition.

See also: AWS API Documentation

Request Syntax

response = client.update_function_definition(
    FunctionDefinitionId='string',
    Name='string'
)
Parameters:
  • FunctionDefinitionId (string) – [REQUIRED] The ID of the Lambda function definition.

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) – success

Exceptions