Values.ChangeCidrCollectionResponseSourceCreates, changes, or deletes CIDR blocks within a collection. Contains authoritative IP information mapping blocks to one or multiple locations. A change request can update multiple locations in a collection at a time, which is helpful if you want to move one or more CIDR blocks from one location to another in one transaction, without downtime. Limits The max number of CIDR blocks included in the request is 1000. As a result, big updates require multiple API calls. PUT and DELETE_IF_EXISTS Use ChangeCidrCollection to perform the following actions: PUT: Create a CIDR block within the specified collection. DELETE_IF_EXISTS: Delete an existing CIDR block from the collection.
type nonrec t = {id : ChangeId.t option;The ID that is returned by ChangeCidrCollection. You can use it as input to GetChange to see if a CIDR collection change has propagated or not.
*)}type nonrec error = [ | `CidrBlockInUseException of CidrBlockInUseException.t| `CidrCollectionVersionMismatchException of
CidrCollectionVersionMismatchException.t| `ConcurrentModification of ConcurrentModification.t| `InvalidInput of InvalidInput.t| `LimitsExceeded of LimitsExceeded.t| `NoSuchCidrCollectionException of NoSuchCidrCollectionException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CidrBlockInUseException of CidrBlockInUseException.t
| `CidrCollectionVersionMismatchException of
CidrCollectionVersionMismatchException.t
| `ConcurrentModification of ConcurrentModification.t
| `InvalidInput of InvalidInput.t
| `LimitsExceeded of LimitsExceeded.t
| `NoSuchCidrCollectionException of NoSuchCidrCollectionException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CidrBlockInUseException of CidrBlockInUseException.t
| `CidrCollectionVersionMismatchException of
CidrCollectionVersionMismatchException.t
| `ConcurrentModification of ConcurrentModification.t
| `InvalidInput of InvalidInput.t
| `LimitsExceeded of LimitsExceeded.t
| `NoSuchCidrCollectionException of NoSuchCidrCollectionException.t
| `Unknown_operation_error of string * string option ]