Values.DeleteFileSystemRequestSourceThe request object for DeleteFileSystem operation.
type nonrec t = {fileSystemId : FileSystemId.t;The ID of the file system that you want to delete.
*)clientRequestToken : ClientRequestToken.t option;A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This token is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK.
*)windowsConfiguration : DeleteFileSystemWindowsConfiguration.t option;lustreConfiguration : DeleteFileSystemLustreConfiguration.t option;openZFSConfiguration : DeleteFileSystemOpenZFSConfiguration.t option;The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.
*)}val make :
?clientRequestToken:??? ->
?windowsConfiguration:??? ->
?lustreConfiguration:??? ->
?openZFSConfiguration:??? ->
fileSystemId:FileSystemId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of FileSystemId.t
| `Structure of
(string
* [> `Boolean of Flag.t
| `List of
[> `Enum of string
| `Structure of (string * [> `String of TagKey.t ]) list ]
list ])
list ])
list ]