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

ListAccessPointsResult

import type { ListAccessPointsResult } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface ListAccessPointsResult {
AccessPointList: AccessPoint[];
NextToken?: string | null;
}

§Properties

§
AccessPointList: AccessPoint[]
[src]

Contains identification and configuration information for one or more access points associated with the specified bucket.

§
NextToken?: string | null
[src]

If the specified bucket has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.