Smaws_Client_GlobalAccelerator.WithdrawByoipCidrStops 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `ByoipCidrNotFoundException of Types.byoip_cidr_not_found_exception
| `IncorrectCidrStateException of Types.incorrect_cidr_state_exception
| `InternalServiceErrorException of Types.internal_service_error_exception
| `InvalidArgumentException of Types.invalid_argument_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.withdraw_byoip_cidr_request ->
(Types.withdraw_byoip_cidr_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `ByoipCidrNotFoundException of Types.byoip_cidr_not_found_exception
| `IncorrectCidrStateException of Types.incorrect_cidr_state_exception
| `InternalServiceErrorException of Types.internal_service_error_exception
| `InvalidArgumentException of Types.invalid_argument_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.withdraw_byoip_cidr_request ->
(Types.withdraw_byoip_cidr_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `ByoipCidrNotFoundException of Types.byoip_cidr_not_found_exception
| `IncorrectCidrStateException of Types.incorrect_cidr_state_exception
| `InternalServiceErrorException of Types.internal_service_error_exception
| `InvalidArgumentException of Types.invalid_argument_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result