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

StorageVirtualMachineFilter

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

A filter used to restrict the results of describe calls for Amazon FSx for NetApp ONTAP storage virtual machines (SVMs). You can use multiple filters to return results that meet all applied filter requirements.

interface StorageVirtualMachineFilter {
Values?: string[] | null;
}

§Properties

§

The name for this filter.

§
Values?: string[] | null
[src]

The values of the filter. These are all the values for any of the applied filters.