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

CreateStorageVirtualMachineResponse

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

§Properties

§
StorageVirtualMachine?: StorageVirtualMachine | null
[src]

Returned after a successful CreateStorageVirtualMachine operation; describes the SVM just created.