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

DeleteAccessPointForObjectLambdaRequest

import type { DeleteAccessPointForObjectLambdaRequest } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface DeleteAccessPointForObjectLambdaRequest {
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 access point you want to delete.