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

DescribeAccessPointsResponse

import type { DescribeAccessPointsResponse } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface DescribeAccessPointsResponse {
AccessPoints?: AccessPointDescription[] | null;
NextToken?: string | null;
}

§Properties

§
AccessPoints?: AccessPointDescription[] | null
[src]

An array of access point descriptions.

§
NextToken?: string | null
[src]

Present if there are more access points than returned in the response. You can use the NextMarker in the subsequent request to fetch the additional descriptions.