Values.GetSyncBlockerSummaryInputSourceReturns a list of the most recent sync blockers.
type nonrec t = {syncType : SyncConfigurationType.t;The sync type for the sync blocker summary.
*)resourceName : ResourceName.t;The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git repository.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceName.t ]) list ]