Module Values_1.PutVerificationStateOnViolationRequestSource

Set a verification state and provide a description of that verification state on a violation (detect alarm).

Sourcetype nonrec t = {
  1. violationId : Values_0.ViolationId.t;
    (*

    The violation ID.

    *)
  2. verificationState : Values_0.VerificationState.t;
    (*

    The verification state of the violation.

    *)
  3. verificationStateDescription : Values_0.VerificationStateDescription.t option;
    (*

    The description of the verification state of the violation (detect alarm).

    *)
}
Sourceval context_ : string
Sourceval make : ?verificationStateDescription:??? -> violationId:Values_0.ViolationId.t -> verificationState:Values_0.VerificationState.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.ViolationId.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