updateInstance
Programatically indicate a new instance has been updated.
    connection.updateInstance(props)
  
  Calls updatedData in the right way so that the instance is updated and added to or removed from any lists it belongs in.
Parameters
- props 
{Object}:The properties of the instance that
 
Returns
 {Promise<Instance>}: 
the updated instance.