Values.UpdateSyncBlockerInputSourceAllows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
type nonrec t = {id : Id.t;The ID of the sync blocker to be updated.
*)syncType : SyncConfigurationType.t;The sync type of the sync blocker to be updated.
*)resourceName : ResourceName.t;The name of the resource for the sync blocker to be updated.
*)resolvedReason : ResolvedReason.t;The reason for resolving the sync blocker.
*)}val make :
id:Id.t ->
syncType:SyncConfigurationType.t ->
resourceName:ResourceName.t ->
resolvedReason:ResolvedReason.t ->
unit ->
t