Values.DeleteFileSystemRequestSourceDeletes an S3 File System. You can optionally force deletion of a file system that has pending export data.
type nonrec t = {fileSystemId : FileSystemId.t;The ID or Amazon Resource Name (ARN) of the S3 File System to delete.
*)forceDelete : Boolean.t option;If true, allows deletion of a file system that contains data pending export to S3. If false (the default), the deletion will fail if there is data that has not yet been exported to the S3 bucket. Use this parameter with caution as it may result in data loss.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of FileSystemId.t ]) list ]