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

DeleteAccessPolicyRequest

import type { DeleteAccessPolicyRequest } from "https://aws-api.deno.dev/v0.4/services/opensearchserverless.ts?docs=full";
interface DeleteAccessPolicyRequest {
clientToken?: string | null;
name: string;
}

§Properties

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier to ensure idempotency of the request.

§
name: string
[src]

The name of the policy to delete.

§

The type of policy.