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

ListAccessPointsForObjectLambdaRequest

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

§Properties

§
AccountId: string
[src]

The account ID for the account that owns the specified Object Lambda Access Point.

§
MaxResults?: number | null
[src]

The maximum number of access points that you want to include in the list. The response may contain fewer access points but will never contain more. If there are more than this number of access points, then the response will include a continuation token in the NextToken field that you can use to retrieve the next page of access points.

§
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.