Obtain a list of customer gateway devices for which sample configuration
files can be provided. The request has no additional parameters. You can also see the
list of device types with sample configuration files available under Your customer gateway
device in the Amazon Web Services Site-to-Site VPN User Guide.
example
Use a bare-bones client and the command you need to make an API call.
Obtain a list of customer gateway devices for which sample configuration files can be provided. The request has no additional parameters. You can also see the list of device types with sample configuration files available under Your customer gateway device in the Amazon Web Services Site-to-Site VPN User Guide.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, GetVpnConnectionDeviceTypesCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, GetVpnConnectionDeviceTypesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new GetVpnConnectionDeviceTypesCommand(input); const response = await client.send(command);
GetVpnConnectionDeviceTypesCommandInput for command's
input
shape.GetVpnConnectionDeviceTypesCommandOutput for command's
response
shape.config for EC2Client's
config
shape.