Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.
The service provider must successfully perform the verification before the consumer can use the name to access the service.
Before the service provider runs this command, they must add a record to the DNS server.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, StartVpcEndpointServicePrivateDnsVerificationCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, StartVpcEndpointServicePrivateDnsVerificationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new StartVpcEndpointServicePrivateDnsVerificationCommand(input); const response = await client.send(command);
StartVpcEndpointServicePrivateDnsVerificationCommandInput for command's input shape.
input
StartVpcEndpointServicePrivateDnsVerificationCommandOutput for command's response shape.
response
config for EC2Client's config shape.
config
Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.
The service provider must successfully perform the verification before the consumer can use the name to access the service.
Before the service provider runs this command, they must add a record to the DNS server.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, StartVpcEndpointServicePrivateDnsVerificationCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, StartVpcEndpointServicePrivateDnsVerificationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new StartVpcEndpointServicePrivateDnsVerificationCommand(input); const response = await client.send(command);
StartVpcEndpointServicePrivateDnsVerificationCommandInput for command's
input
shape.StartVpcEndpointServicePrivateDnsVerificationCommandOutput for command's
response
shape.config for EC2Client's
config
shape.