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

DescribeStorageVirtualMachinesRequest

import type { DescribeStorageVirtualMachinesRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DescribeStorageVirtualMachinesRequest {
Filters?: StorageVirtualMachineFilter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
StorageVirtualMachineIds?: string[] | null;
}

§Properties

§

Enter a filter name:value pair to view a select set of SVMs.

§
MaxResults?: number | null
[src]
§
NextToken?: string | null
[src]
§
StorageVirtualMachineIds?: string[] | null
[src]

Enter the ID of one or more SVMs that you want to view.