Values.DeleteSyncConfigurationInputSourceDeletes the sync configuration for a specified repository and connection.
type nonrec t = {syncType : SyncConfigurationType.t;The type of sync configuration to be deleted.
*)resourceName : ResourceName.t;The name of the Amazon Web Services resource associated with the sync configuration to be deleted.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceName.t ]) list ]