Values.ChangeRequestSourceA list of change request objects.
type nonrec t = {changeType : ChangeType.t;Defines the type of change request. A changeType can have the following values: PUT – Adds or updates files in a database. DELETE – Deletes files in a database.
*)s3Path : S3Path.t option;Defines the S3 path of the source file that is required to add or update files in a database.
*)dbPath : DbPath.t;Defines the path within the database directory.
*)}