Module Values.IoTJobAbortConfigSource

Contains a list of criteria that define when and how to cancel a configuration deployment.

Sourcetype nonrec t = {
  1. criteriaList : IoTJobAbortCriteriaList.t;
    (*

    The list of criteria that define when and how to cancel the configuration deployment.

    *)
}
Sourceval context_ : string
Sourceval make : criteriaList:IoTJobAbortCriteriaList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of IoTJobAbortThresholdPercentage.t | `Enum of string | `Integer of IoTJobMinimumNumberOfExecutedThings.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