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

DescribeFileSystemAliasesRequest

import type { DescribeFileSystemAliasesRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

The request object for DescribeFileSystemAliases operation.

interface DescribeFileSystemAliasesRequest {
ClientRequestToken?: string | null;
FileSystemId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]
§
FileSystemId: string
[src]

The ID of the file system to return the associated DNS aliases for (String).

§
MaxResults?: number | null
[src]

Maximum number of DNS aliases 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 DescribeFileSystemAliases operation (String). If a token is included in the request, the action continues the list from where the previous returning call left off.