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

VolumeFilter

import type { VolumeFilter } 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 or Amazon FSx for OpenZFS volumes. You can use multiple filters to return results that meet all applied filter requirements.

interface VolumeFilter {
Name?: VolumeFilterName | null;
Values?: string[] | null;
}

§Properties

§
Name?: VolumeFilterName | null
[src]

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.