Values_0.AwsJobRateIncreaseCriteriaSourceThe criteria to initiate the increase in rate of rollout for a job.
type nonrec t = {numberOfNotifiedThings : AwsJobRateIncreaseCriteriaNumberOfThings.t option;When this number of things have been notified, it will initiate an increase in the rollout rate.
*)numberOfSucceededThings : AwsJobRateIncreaseCriteriaNumberOfThings.t option;When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of AwsJobRateIncreaseCriteriaNumberOfThings.t ])
list ]