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

ListFileSystemAssociationsOutput

import type { ListFileSystemAssociationsOutput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface ListFileSystemAssociationsOutput {
FileSystemAssociationSummaryList?: FileSystemAssociationSummary[] | null;
Marker?: string | null;
NextMarker?: string | null;
}

§Properties

§
FileSystemAssociationSummaryList?: FileSystemAssociationSummary[] | null
[src]

An array of information about the Amazon FSx gateway's file system associations.

§
Marker?: string | null
[src]

If the request includes Marker, the response returns that value in this field.

§
NextMarker?: string | null
[src]

If a value is present, there are more file system associations to return. In a subsequent request, use NextMarker as the value for Marker to retrieve the next set of file system associations.