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

DeleteVolumeOpenZFSConfiguration

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

A value that specifies whether to delete all child volumes and snapshots.

interface DeleteVolumeOpenZFSConfiguration {
Options?: DeleteOpenZFSVolumeOption[] | null;
}

§Properties

§

To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.