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

DeleteFileSystemRequest

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

The request object for DeleteFileSystem operation.

interface DeleteFileSystemRequest {
ClientRequestToken?: string | null;
FileSystemId: string;
LustreConfiguration?: DeleteFileSystemLustreConfiguration | null;
OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration | null;
WindowsConfiguration?: DeleteFileSystemWindowsConfiguration | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]

A string of up to 64 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.

§
FileSystemId: string
[src]

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

§
LustreConfiguration?: DeleteFileSystemLustreConfiguration | null
[src]
§
OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration | null
[src]

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

§
WindowsConfiguration?: DeleteFileSystemWindowsConfiguration | null
[src]