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

DeleteFileSystemWindowsConfiguration

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

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

interface DeleteFileSystemWindowsConfiguration {
FinalBackupTags?: Tag[] | null;
SkipFinalBackup?: boolean | null;
}

§Properties

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

A set of tags for your final backup.

§
SkipFinalBackup?: boolean | null
[src]

By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final backup. If you want to skip this backup, use this flag to do so.