Values_6.DeprovisionByoipCidrRequestSourceReleases the specified address range that you provisioned for 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 and you must not have any IP addresses allocated from its address range.
type nonrec t = {cidr : Values_0.String_.t;The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]