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

GetAccessPointConfigurationForObjectLambdaRequest

import type { GetAccessPointConfigurationForObjectLambdaRequest } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface GetAccessPointConfigurationForObjectLambdaRequest {
AccountId: string;
Name: string;
}

§Properties

§
AccountId: string
[src]

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

§
Name: string
[src]

The name of the Object Lambda Access Point you want to return the configuration for.