Values.DedicatedIpPoolSourceContains information about a dedicated IP pool.
type nonrec t = {poolName : PoolName.t option;The name of the dedicated IP pool.
*)scalingMode : ScalingMode.t option;The type of the dedicated IP pool. STANDARD – A dedicated IP pool where you can control which IPs are part of the pool. MANAGED – A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of PoolName.t ]) list ]