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

ListFileSystemAssociationsInput

import type { ListFileSystemAssociationsInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface ListFileSystemAssociationsInput {
GatewayARN?: string | null;
Limit?: number | null;
Marker?: string | null;
}

§Properties

§
GatewayARN?: string | null
[src]
§
Limit?: number | null
[src]

The maximum number of file system associations to return in the response. If present, Limit must be an integer with a value greater than zero. Optional.

§
Marker?: string | null
[src]

Opaque pagination token returned from a previous ListFileSystemAssociations operation. If present, Marker specifies where to continue the list from after a previous call to ListFileSystemAssociations. Optional.