Module Values_0.AwsJobRateIncreaseCriteriaSource

The criteria to initiate the increase in rate of rollout for a job.

Sourcetype nonrec t = {
  1. numberOfNotifiedThings : AwsJobRateIncreaseCriteriaNumberOfThings.t option;
    (*

    When this number of things have been notified, it will initiate an increase in the rollout rate.

    *)
  2. numberOfSucceededThings : AwsJobRateIncreaseCriteriaNumberOfThings.t option;
    (*

    When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.

    *)
}
Sourceval make : ?numberOfNotifiedThings:??? -> ?numberOfSucceededThings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of AwsJobRateIncreaseCriteriaNumberOfThings.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