Values.GetDedicatedIpsRequestSourceA request to obtain more information about dedicated IP pools.
type nonrec t = {poolName : PoolName.t option;The name of the IP pool that the dedicated IP address is associated with.
*)nextToken : NextToken.t option;A token returned from a previous call to GetDedicatedIps to indicate the position of the dedicated IP pool in the list of IP pools.
*)pageSize : MaxItems.t option;The number of results to show in a single call to GetDedicatedIpsRequest. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxItems.t | `String of PoolName.t ]) list ]