Module Values_0.AwsJobExecutionsRolloutConfigSource

Configuration for the rollout of OTA updates.

Sourcetype nonrec t = {
  1. maximumPerMinute : MaximumPerMinute.t option;
    (*

    The maximum number of OTA update job executions started per minute.

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

    *)
}
Sourceval make : ?maximumPerMinute:??? -> ?exponentialRate:??? -> unit -> t
Sourceval 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 ]
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