Module Values.DeleteFileSystemLustreResponseSource

The response object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.

Sourcetype nonrec t = {
  1. finalBackupId : BackupId.t option;
    (*

    The ID of the final backup for this file system.

    *)
  2. finalBackupTags : Tags.t option;
    (*

    The set of tags applied to the final backup.

    *)
}
Sourceval make : ?finalBackupId:??? -> ?finalBackupTags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of BackupId.t ]) 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