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

UpdateVpcEndpointRequest

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

Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.

interface UpdateVpcEndpointRequest {
VpcEndpointId: string;
VpcOptions: VPCOptions;
}

§Properties

§
VpcEndpointId: string
[src]

Unique identifier of the VPC endpoint to be updated.

§
VpcOptions: VPCOptions
[src]

The security groups and/or subnets to add, remove, or modify.