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

ModifyVpcEndpointServiceConfigurationRequest

import type { ModifyVpcEndpointServiceConfigurationRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ModifyVpcEndpointServiceConfigurationRequest {
AcceptanceRequired?: boolean | null;
AddGatewayLoadBalancerArns?: string[] | null;
AddNetworkLoadBalancerArns?: string[] | null;
DryRun?: boolean | null;
PrivateDnsName?: string | null;
RemoveGatewayLoadBalancerArns?: string[] | null;
RemoveNetworkLoadBalancerArns?: string[] | null;
RemovePrivateDnsName?: boolean | null;
ServiceId: string;
}

§Properties

§
AcceptanceRequired?: boolean | null
[src]
§
AddGatewayLoadBalancerArns?: string[] | null
[src]
§
AddNetworkLoadBalancerArns?: string[] | null
[src]
§
DryRun?: boolean | null
[src]
§
PrivateDnsName?: string | null
[src]
§
RemoveGatewayLoadBalancerArns?: string[] | null
[src]
§
RemoveNetworkLoadBalancerArns?: string[] | null
[src]
§
RemovePrivateDnsName?: boolean | null
[src]
§
ServiceId: string
[src]