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

ModifyVpcEndpointRequest

import type { ModifyVpcEndpointRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ModifyVpcEndpointRequest {
AddRouteTableIds?: string[] | null;
AddSecurityGroupIds?: string[] | null;
AddSubnetIds?: string[] | null;
DryRun?: boolean | null;
PolicyDocument?: string | null;
PrivateDnsEnabled?: boolean | null;
RemoveRouteTableIds?: string[] | null;
RemoveSecurityGroupIds?: string[] | null;
RemoveSubnetIds?: string[] | null;
ResetPolicy?: boolean | null;
VpcEndpointId: string;
}

§Properties

§
AddRouteTableIds?: string[] | null
[src]
§
AddSecurityGroupIds?: string[] | null
[src]
§
AddSubnetIds?: string[] | null
[src]
§
DryRun?: boolean | null
[src]
§
PolicyDocument?: string | null
[src]
§
PrivateDnsEnabled?: boolean | null
[src]
§
RemoveRouteTableIds?: string[] | null
[src]
§
RemoveSecurityGroupIds?: string[] | null
[src]
§
RemoveSubnetIds?: string[] | null
[src]
§
ResetPolicy?: boolean | null
[src]
§
VpcEndpointId: string
[src]