Smaws_Client_GlobalAccelerator.DeprovisionByoipCidrReleases the specified address range that you provisioned to use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.
Before you can release an address range, you must stop advertising it by using WithdrawByoipCidr and you must not have any accelerators that are using static IP addresses allocated from its address range.
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.deprovision_byoip_cidr_request ->
(Types.deprovision_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.deprovision_byoip_cidr_request ->
(Types.deprovision_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