Values.DataSourceSyncJobMetricsSourceMaps a batch delete document request to a specific Amazon Q Business data source connector sync job.
type nonrec t = {documentsAdded : MetricValue.t option;The current count of documents added from the data source during the data source sync.
*)documentsModified : MetricValue.t option;The current count of documents modified in the data source during the data source sync.
*)documentsDeleted : MetricValue.t option;The current count of documents deleted from the data source during the data source sync.
*)documentsFailed : MetricValue.t option;The current count of documents that failed to sync from the data source during the data source sync.
*)documentsScanned : MetricValue.t option;The current count of documents crawled by the ongoing sync job in the data source.
*)}