:doc:`Greengrass <../../greengrass>` / Client / update_thing_runtime_configuration

**********************************
update_thing_runtime_configuration
**********************************



.. py:method:: Greengrass.Client.update_thing_runtime_configuration(**kwargs)

  Updates the runtime configuration of a thing.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/UpdateThingRuntimeConfiguration>`_  


  **Request Syntax**
  ::

    response = client.update_thing_runtime_configuration(
        TelemetryConfiguration={
            'Telemetry': 'On'|'Off'
        },
        ThingName='string'
    )
    
  :type TelemetryConfiguration: dict
  :param TelemetryConfiguration: Configuration for telemetry service.

  
    - **Telemetry** *(string) --* **[REQUIRED]** Configure telemetry to be on or off.

    
  
  :type ThingName: string
  :param ThingName: **[REQUIRED]** The thing name.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* success
  
  **Exceptions**
  
  *   :py:class:`Greengrass.Client.exceptions.BadRequestException`

  
  *   :py:class:`Greengrass.Client.exceptions.InternalServerErrorException`

  