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

DescribeFileSystemsResponse

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

§Properties

§
FileSystems?: FileSystemDescription[] | null
[src]

An array of file system descriptions.

§
Marker?: string | null
[src]

Present if provided by caller in the request (String).

§
NextMarker?: string | null
[src]

Present if there are more file systems than returned in the response (String). You can use the NextMarker in the subsequent request to fetch the descriptions.