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

SnapshotFilter

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

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

interface SnapshotFilter {
Name?: SnapshotFilterName | null;
Values?: string[] | null;
}

§Properties

§

The name of the filter to use. You can filter by the file-system-id or by volume-id.

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

The file-system-id or volume-id that you are filtering for.