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

DescribeFileSystemsRequest

import type { DescribeFileSystemsRequest } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface DescribeFileSystemsRequest {
CreationToken?: string | null;
FileSystemId?: string | null;
Marker?: string | null;
MaxItems?: number | null;
}

§Properties

§
CreationToken?: string | null
[src]

(Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.

§
FileSystemId?: string | null
[src]

(Optional) ID of the file system whose description you want to retrieve (String).

§
Marker?: string | null
[src]

(Optional) Opaque pagination token returned from a previous DescribeFileSystems operation (String). If present, specifies to continue the list from where the returning call had left off.

§
MaxItems?: number | null
[src]

(Optional) Specifies the maximum number of file systems to return in the response (integer). This number is automatically set to 100. The response is paginated at 100 per page if you have more than 100 file systems.