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

AccessPoliciesStatus

import type { AccessPoliciesStatus } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

The configured access rules for the domain's document and search endpoints, and the current status of those rules.

interface AccessPoliciesStatus {
Options: string;
Status: OptionStatus;
}

§Properties

§
Options: string
[src]

The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. See Configuring access policiesfor more information.

§

The status of the access policy for the domain. See OptionStatus for the status information that's included.