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

Filter

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

A filter used to restrict the results of describe calls. You can use multiple filters to return results that meet all applied filter requirements.

interface Filter {
Name?: FilterName | null;
Values?: string[] | null;
}

§Properties

§
Name?: FilterName | 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.