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
propagation delays.
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 propagation delays.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, WithdrawByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, WithdrawByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(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 GlobalAcceleratorClient's
config
shape.