Smaws_Client_CodeConnections.UpdateSyncBlocker
Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
val request :
Smaws_Lib.Context.t ->
Types.update_sync_blocker_input ->
(Types.update_sync_blocker_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InternalServerException of Types.internal_server_exception
| `InvalidInputException of Types.invalid_input_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `RetryLatestCommitFailedException of
Types.retry_latest_commit_failed_exception
| `SyncBlockerDoesNotExistException of
Types.sync_blocker_does_not_exist_exception
| `ThrottlingException of Types.throttling_exception ])
Stdlib.result