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

DeleteFileSystemOpenZFSResponse

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

The response object for the Amazon FSx for OpenZFS file system that's being deleted in the DeleteFileSystem operation.

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

§Properties

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