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

DeleteStorageVirtualMachineResponse

import type { DeleteStorageVirtualMachineResponse } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DeleteStorageVirtualMachineResponse {
Lifecycle?: StorageVirtualMachineLifecycle | null;
StorageVirtualMachineId?: string | null;
}

§Properties

§

Describes the lifecycle state of the SVM being deleted.

§
StorageVirtualMachineId?: string | null
[src]

The ID of the SVM Amazon FSx is deleting.