Values.DeleteSyncConfigurationOutputSourceDeletes the sync configuration for a specified repository and connection.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `InternalServerException of InternalServerException.t| `InvalidInputException of InvalidInputException.t| `LimitExceededException of LimitExceededException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]