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

DeleteStorageVirtualMachineRequest

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

§Properties

§
ClientRequestToken?: string | null
[src]
§
StorageVirtualMachineId: string
[src]

The ID of the SVM that you want to delete.