Values_4.ProvisionIpamPoolCidrResultSourceProvision a CIDR to an IPAM pool. You can use this action to provision new CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to a pool within it. For more information, see Provision CIDRs to pools in the Amazon VPC IPAM User Guide.
type nonrec t = {ipamPoolCidr : Values_2.IpamPoolCidr.t option;Information about the provisioned CIDR.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ])
list ]