Values_7.CreatePublicIpv4PoolResultSourceCreates a public IPv4 address pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only. To monitor the status of pool creation, use DescribePublicIpv4Pools.
type nonrec t = {poolId : Values_2.Ipv4PoolEc2Id.t option;The ID 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 ]) list ]