Values.InputFileLocationSourceSpecifies the location for the file that's being processed.
type nonrec t = {s3FileLocation : S3InputFileLocation.t option;Specifies the details for the Amazon S3 file that's being copied or decrypted.
*)efsFileLocation : EfsFileLocation.t option;Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]