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/fsx.ts?docs=full";

The response object for DescribeFileSystems operation.

interface DescribeFileSystemsResponse {
FileSystems?: FileSystem[] | null;
NextToken?: string | null;
}

§Properties

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

An array of file system descriptions.

§
NextToken?: string | null
[src]

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