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

UpdateServiceAccessPoliciesRequest

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

Container for the parameters to the "UpdateServiceAccessPolicies" operation. Specifies the name of the domain you want to update and the access rules you want to configure.

interface UpdateServiceAccessPoliciesRequest {
AccessPolicies: string;
DomainName: string;
}

§Properties

§
AccessPolicies: string
[src]

The access rules you want to configure. These rules replace any existing rules.

§
DomainName: string
[src]