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

The request object for DescribeFileSystems operation.

interface DescribeFileSystemsRequest {
FileSystemIds?: string[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
FileSystemIds?: string[] | null
[src]

IDs of the file systems whose descriptions you want to retrieve (String).

§
MaxResults?: number | null
[src]

Maximum number of file systems to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.

§
NextToken?: string | null
[src]

Opaque pagination token returned from a previous DescribeFileSystems operation (String). If a token present, the operation continues the list from where the returning call left off.