Values.GetResourceSyncStatusInputSourceReturns the status of the sync with the Git repository for a specific Amazon Web Services resource.
type nonrec t = {resourceName : ResourceName.t;The name of the Amazon Web Services resource for the sync status with the Git repository.
*)syncType : SyncConfigurationType.t;The sync type for the sync status with the Git repository.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceName.t ]) list ]