Values.UpdateSyncBlockerOutputSourceAllows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
type nonrec t = {resourceName : ResourceName.t option;The resource name for the sync blocker.
*)parentResourceName : ResourceName.t option;The parent resource name for the sync blocker.
*)syncBlocker : SyncBlocker.t option;Information about the sync blocker to be updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `InvalidInputException of InvalidInputException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `RetryLatestCommitFailedException of RetryLatestCommitFailedException.t| `SyncBlockerDoesNotExistException of SyncBlockerDoesNotExistException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `RetryLatestCommitFailedException of RetryLatestCommitFailedException.t
| `SyncBlockerDoesNotExistException of SyncBlockerDoesNotExistException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `RetryLatestCommitFailedException of RetryLatestCommitFailedException.t
| `SyncBlockerDoesNotExistException of SyncBlockerDoesNotExistException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of SyncBlockerContextKey.t ]) list ]
list
| `String of Id.t
| `Timestamp of Timestamp.t ])
list ])
list ]