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

DescribeAccessPointsRequest

import type { DescribeAccessPointsRequest } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface DescribeAccessPointsRequest {
AccessPointId?: string | null;
FileSystemId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AccessPointId?: string | null
[src]

(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId.

§
FileSystemId?: string | null
[src]

(Optional) If you provide a FileSystemId, EFS returns all access points for that file system; mutually exclusive with AccessPointId.

§
MaxResults?: number | null
[src]

(Optional) When retrieving all access points for a file system, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response. The default value is 100.

§
NextToken?: string | null
[src]

NextToken is present if the response is paginated. You can use NextMarker in the subsequent request to fetch the next page of access point descriptions.