Greengrass / Client / update_thing_runtime_configuration

update_thing_runtime_configuration#

Greengrass.Client.update_thing_runtime_configuration(**kwargs)#

Updates the runtime configuration of a thing.

See also: AWS API Documentation

Request Syntax

response = client.update_thing_runtime_configuration(
    TelemetryConfiguration={
        'Telemetry': 'On'|'Off'
    },
    ThingName='string'
)
Parameters:
  • TelemetryConfiguration (dict) –

    Configuration for telemetry service.

    • Telemetry (string) – [REQUIRED] Configure telemetry to be on or off.

  • ThingName (string) – [REQUIRED] The thing name.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) – success

Exceptions

  • Greengrass.Client.exceptions.BadRequestException

  • Greengrass.Client.exceptions.InternalServerErrorException