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/opensearchserverless.ts?docs=full";
interface UpdateVpcEndpointRequest {
addSecurityGroupIds?: string[] | null;
addSubnetIds?: string[] | null;
clientToken?: string | null;
id: string;
removeSecurityGroupIds?: string[] | null;
removeSubnetIds?: string[] | null;
}

§Properties

§
addSecurityGroupIds?: string[] | null
[src]

The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

§
addSubnetIds?: string[] | null
[src]

The ID of one or more subnets to add to the endpoint.

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier to ensure idempotency of the request.

§
id: string
[src]

The unique identifier of the interface endpoint to update.

§
removeSecurityGroupIds?: string[] | null
[src]

The unique identifiers of the security groups to remove from the endpoint.

§
removeSubnetIds?: string[] | null
[src]

The unique identifiers of the subnets to remove from the endpoint.