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

DeleteVolumeOntapResponse

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

The response object for the Amazon FSx for NetApp ONTAP volume being deleted in the DeleteVolume operation.

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

§Properties

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