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

RevokeVpcEndpointAccessRequest

import type { RevokeVpcEndpointAccessRequest } from "https://aws-api.deno.dev/v0.4/services/es.ts?docs=full";

Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.

interface RevokeVpcEndpointAccessRequest {
Account: string;
DomainName: string;
}

§Properties

§
Account: string
[src]

The account ID to revoke access from.

§
DomainName: string
[src]

The name of the OpenSearch Service domain.