Values.IoTJobExecutionsRolloutConfigSourceContains information about the rollout configuration for a job. This configuration defines the rate at which the job deploys a configuration to a fleet of target devices.
type nonrec t = {exponentialRate : IoTJobExponentialRolloutRate.t option;The exponential rate to increase the job rollout rate.
*)maximumPerMinute : IoTJobMaxExecutionsPerMin.t option;The maximum number of devices that receive a pending job notification, per minute.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of IoTJobMaxExecutionsPerMin.t
| `Structure of
(string
* [> `Double of IoTJobRolloutIncrementFactor.t
| `Integer of IoTJobRolloutBaseRatePerMinute.t
| `Structure of
(string * [> `Integer of IoTJobNumberOfThings.t ]) list ])
list ])
list ]