Creates a VPC link.
Use a bare-bones client and the command you need to make an API call.
import { ApiGatewayV2Client, CreateVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import // const { ApiGatewayV2Client, CreateVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import const client = new ApiGatewayV2Client(config); const command = new CreateVpcLinkCommand(input); const response = await client.send(command);
CreateVpcLinkCommandInput for command's input shape.
input
CreateVpcLinkCommandOutput for command's response shape.
response
config for ApiGatewayV2Client's config shape.
config
Creates a VPC link.
Use a bare-bones client and the command you need to make an API call.
import { ApiGatewayV2Client, CreateVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import // const { ApiGatewayV2Client, CreateVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import const client = new ApiGatewayV2Client(config); const command = new CreateVpcLinkCommand(input); const response = await client.send(command);
CreateVpcLinkCommandInput for command's
input
shape.CreateVpcLinkCommandOutput for command's
response
shape.config for ApiGatewayV2Client's
config
shape.