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'
)
Configuration for telemetry service.
dict
Response Syntax
{}
Response Structure
Exceptions
Greengrass.Client.exceptions.BadRequestException
Greengrass.Client.exceptions.InternalServerErrorException