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

DescribeSnapshotsRequest

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

§Properties

§
Filters?: SnapshotFilter[] | null
[src]

The filters structure. The supported names are file-system-id or volume-id.

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

The IDs of the snapshots that you want to retrieve. This parameter value overrides any filters. If any IDs aren't found, a SnapshotNotFound error occurs.