Values_0.AwsJobExecutionsRolloutConfigSourceConfiguration for the rollout of OTA updates.
type nonrec t = {maximumPerMinute : MaximumPerMinute.t option;The maximum number of OTA update job executions started per minute.
*)exponentialRate : AwsJobExponentialRolloutRate.t option;The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaximumPerMinute.t
| `Structure of
(string
* [> `Double of AwsJobRolloutIncrementFactor.t
| `Integer of AwsJobRolloutRatePerMinute.t
| `Structure of
(string
* [> `Integer of AwsJobRateIncreaseCriteriaNumberOfThings.t ])
list ])
list ])
list ]