Module Values.DedicatedIpPoolSource

Contains information about a dedicated IP pool.

Sourcetype nonrec t = {
  1. poolName : PoolName.t option;
    (*

    The name of the dedicated IP pool.

    *)
  2. 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.

    *)
}
Sourceval make : ?poolName:??? -> ?scalingMode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of PoolName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t