Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteFileSystemLustreResponse

import type { DeleteFileSystemLustreResponse } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

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

interface DeleteFileSystemLustreResponse {
FinalBackupId?: string | null;
FinalBackupTags?: Tag[] | null;
}

§Properties

§
FinalBackupId?: string | null
[src]

The ID of the final backup for this file system.

§
FinalBackupTags?: Tag[] | null
[src]

The set of tags applied to the final backup.