Values.UpdateDataSourceInputSourceUpdates the DataSourceName of a DataSource. You can use the GetDataSource operation to view the contents of the updated data element.
type nonrec t = {dataSourceId : EntityId.t;The ID assigned to the DataSource during creation.
*)dataSourceName : EntityName.t;A new user-supplied name or description of the DataSource that will replace the current description.
*)}