Values.ReportOverridesSourceThe level of detail included in each aspect of your DataSync task report.
type nonrec t = {transferred : ReportOverride.t option;Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
*)verified : ReportOverride.t option;Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.
*)deleted : ReportOverride.t option;Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in your destination location. This only applies if you configure your task to delete data in the destination that isn't in the source.
*)skipped : ReportOverride.t option;Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.
*)}