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/cloudsearch.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]