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

UpdateSecurityPolicyRequest

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

§Properties

§
clientToken?: string | null
[src]

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

§
description?: string | null
[src]

A description of the policy. Typically used to store information about the permissions defined in the policy.

§
name: string
[src]

The name of the policy.

§
policy?: string | null
[src]

The JSON policy document to use as the content for the new policy.

§
policyVersion: string
[src]

The version of the policy being updated.

§

The type of access policy.