Values_4.ProvisionPublicIpv4PoolCidrResultSourceProvision a CIDR to a public IPv4 pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.
type nonrec t = {poolId : Values_2.Ipv4PoolEc2Id.t option;The ID of the pool that you want to provision the CIDR to.
*)poolAddressRange : Values_1.PublicIpv4PoolRange.t option;Information about the address range of the public IPv4 pool.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_2.Ipv4PoolEc2Id.t
| `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.String_.t ])
list ])
list ]