Values_0.DeleteResourceDataSyncResultSourceDeletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.
type nonrec error = [ | `InternalServerError of InternalServerError.t| `ResourceDataSyncInvalidConfigurationException of
ResourceDataSyncInvalidConfigurationException.t| `ResourceDataSyncNotFoundException of ResourceDataSyncNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `ResourceDataSyncInvalidConfigurationException of
ResourceDataSyncInvalidConfigurationException.t
| `ResourceDataSyncNotFoundException of ResourceDataSyncNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `ResourceDataSyncInvalidConfigurationException of
ResourceDataSyncInvalidConfigurationException.t
| `ResourceDataSyncNotFoundException of ResourceDataSyncNotFoundException.t
| `Unknown_operation_error of string * string option ]