Class DeleteVpcEndpointServiceConfigurationsCommand
Deletes the specified VPC endpoint service configurations. Before you can delete
an endpoint service configuration, you must reject any Available or
PendingAcceptance interface endpoint connections that are attached to
the service.
example
Use a bare-bones client and the command you need to make an API call.
Deletes the specified VPC endpoint service configurations. Before you can delete an endpoint service configuration, you must reject any
Available
orPendingAcceptance
interface endpoint connections that are attached to the service.Use a bare-bones client and the command you need to make an API call.
import { EC2Client, DeleteVpcEndpointServiceConfigurationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, DeleteVpcEndpointServiceConfigurationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new DeleteVpcEndpointServiceConfigurationsCommand(input); const response = await client.send(command);
DeleteVpcEndpointServiceConfigurationsCommandInput for command's
input
shape.DeleteVpcEndpointServiceConfigurationsCommandOutput for command's
response
shape.config for EC2Client's
config
shape.