Module Values_0.CommandParameterValueConditionSource

A condition for the command parameter that must be evaluated to true for successful creation of a command execution.

Sourcetype nonrec t = {
  1. comparisonOperator : CommandParameterValueComparisonOperator.t;
    (*

    The comparison operator for the command parameter. IN_RANGE, and NOT_IN_RANGE operators include boundary values.

    *)
  2. operand : CommandParameterValueComparisonOperand.t;
    (*

    The comparison operand for the command parameter.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `String of StringParameterValue.t ] list | `String of StringParameterValue.t | `Structure of (string * [> `String of StringParameterValue.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