Module Values.DeleteFileSystemRequestSource

The request object for DeleteFileSystem operation.

Sourcetype nonrec t = {
  1. fileSystemId : FileSystemId.t;
    (*

    The ID of the file system that you want to delete.

    *)
  2. 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.

    *)
  3. windowsConfiguration : DeleteFileSystemWindowsConfiguration.t option;
  4. lustreConfiguration : DeleteFileSystemLustreConfiguration.t option;
  5. openZFSConfiguration : DeleteFileSystemOpenZFSConfiguration.t option;
    (*

    The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> ?windowsConfiguration:??? -> ?lustreConfiguration:??? -> ?openZFSConfiguration:??? -> fileSystemId:FileSystemId.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t