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

ListAccessPointsForObjectLambdaResult

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

§Properties

§
NextToken?: string | null
[src]

If the list 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.

§
ObjectLambdaAccessPointList: ObjectLambdaAccessPoint[]
[src]

Returns list of Object Lambda Access Points.