Module Values.UpdateDetectorModelRequestSource

Updates a detector model. Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive.

Sourcetype nonrec t = {
  1. detectorModelName : DetectorModelName.t;
    (*

    The name of the detector model that is updated.

    *)
  2. detectorModelDefinition : DetectorModelDefinition.t;
    (*

    Information that defines how a detector operates.

    *)
  3. detectorModelDescription : DetectorModelDescription.t option;
    (*

    A brief description of the detector model.

    *)
  4. roleArn : AmazonResourceName.t;
    (*

    The ARN of the role that grants permission to AWS IoT Events to perform its operations.

    *)
  5. evaluationMethod : EvaluationMethod.t option;
    (*

    Information about the order in which events are evaluated and how actions are executed.

    *)
}
Sourceval context_ : string
Sourceval make : ?detectorModelDescription:??? -> ?evaluationMethod:??? -> detectorModelName:DetectorModelName.t -> detectorModelDefinition:DetectorModelDefinition.t -> roleArn:AmazonResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DetectorModelName.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of StateName.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Boolean of UseBase64.t | `Integer of Seconds.t | `String of VariableName.t | `Structure of (string * [> `Enum of string | `String of ContentExpression.t | `Structure of (string * [> `String of AssetPropertyStringValue.t ]) list ]) list ]) list ]) list ] list | `String of EventName.t ]) list ] list ]) list ]) list ] list | `String of StateName.t ]) 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