Greengrass / Client / update_resource_definition

update_resource_definition#

Greengrass.Client.update_resource_definition(**kwargs)#

Updates a resource definition.

See also: AWS API Documentation

Request Syntax

response = client.update_resource_definition(
    Name='string',
    ResourceDefinitionId='string'
)
Parameters:
  • Name (string) – The name of the definition.

  • ResourceDefinitionId (string) – [REQUIRED] The ID of the resource definition.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) – success

Exceptions

  • Greengrass.Client.exceptions.BadRequestException