Values.SourceManifestConfigSourceSpecifies the manifest that you want DataSync to use and where it's hosted. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest.
type nonrec t = {s3 : S3ManifestConfig.t;Specifies the S3 bucket where you're hosting your manifest.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of S3Subdirectory.t ]) list ])
list ]