Stops advertising an address range that is provisioned as an address pool.
You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.
It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of BGP propagation delays.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, WithdrawByoipCidrCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, WithdrawByoipCidrCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new WithdrawByoipCidrCommand(input); const response = await client.send(command);
WithdrawByoipCidrCommandInput for command's input shape.
input
WithdrawByoipCidrCommandOutput for command's response shape.
response
config for EC2Client's config shape.
config
Stops advertising an address range that is provisioned as an address pool.
You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.
It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of BGP propagation delays.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, WithdrawByoipCidrCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, WithdrawByoipCidrCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new WithdrawByoipCidrCommand(input); const response = await client.send(command);
WithdrawByoipCidrCommandInput for command's
input
shape.WithdrawByoipCidrCommandOutput for command's
response
shape.config for EC2Client's
config
shape.