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

DeleteVolumeResponse

import type { DeleteVolumeResponse } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DeleteVolumeResponse {
Lifecycle?: VolumeLifecycle | null;
OntapResponse?: DeleteVolumeOntapResponse | null;
VolumeId?: string | null;
}

§Properties

§
Lifecycle?: VolumeLifecycle | null
[src]

The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful, this value is DELETING.

§
OntapResponse?: DeleteVolumeOntapResponse | null
[src]

Returned after a DeleteVolume request, showing the status of the delete request.

§
VolumeId?: string | null
[src]

The ID of the volume that's being deleted.