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

DeleteVolumeRequest

import type { DeleteVolumeRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DeleteVolumeRequest {
ClientRequestToken?: string | null;
OntapConfiguration?: DeleteVolumeOntapConfiguration | null;
OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration | null;
VolumeId: string;
}

§Properties

§
ClientRequestToken?: string | null
[src]
§
OntapConfiguration?: DeleteVolumeOntapConfiguration | null
[src]

For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup. To apply tags to the backup, you must have the fsx:TagResource permission.

§
OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration | null
[src]

For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.

§
VolumeId: string
[src]

The ID of the volume that you are deleting.