Values.FileLocationSourceSpecifies the Amazon S3 or EFS file details to be used in the step.
type nonrec t = {s3FileLocation : S3FileLocation.t option;Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
*)efsFileLocation : EfsFileLocation.t option;Specifies the Amazon EFS identifier and the path for the file being used.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]