Sets the type of IP addresses used by the subnets of the specified load balancer.
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, SetIpAddressTypeCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, SetIpAddressTypeCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new SetIpAddressTypeCommand(input); const response = await client.send(command);
SetIpAddressTypeCommandInput for command's input shape.
input
SetIpAddressTypeCommandOutput for command's response shape.
response
config for ElasticLoadBalancingV2Client's config shape.
config
Sets the type of IP addresses used by the subnets of the specified load balancer.
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, SetIpAddressTypeCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, SetIpAddressTypeCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new SetIpAddressTypeCommand(input); const response = await client.send(command);
SetIpAddressTypeCommandInput for command's
input
shape.SetIpAddressTypeCommandOutput for command's
response
shape.config for ElasticLoadBalancingV2Client's
config
shape.