Module Values.UpdateConfiguredTableAnalysisRuleInputSource

Updates a configured table analysis rule.

Sourcetype nonrec t = {
  1. configuredTableIdentifier : ConfiguredTableIdentifier.t;
    (*

    The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.

    *)
  2. analysisRuleType : ConfiguredTableAnalysisRuleType.t;
    (*

    The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.

    *)
  3. analysisRulePolicy : ConfiguredTableAnalysisRulePolicy.t;
    (*

    The new analysis rule policy for the configured table analysis rule.

    *)
}
Sourceval context_ : string
Sourceval make : configuredTableIdentifier:ConfiguredTableIdentifier.t -> analysisRuleType:ConfiguredTableAnalysisRuleType.t -> analysisRulePolicy:ConfiguredTableAnalysisRulePolicy.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ConfiguredTableIdentifier.t | `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of AnalysisRuleColumnName.t | `Structure of (string * [> `Enum of string | `Integer of AggregationConstraintMinimumInteger.t | `List of [> `String of AnalysisRuleColumnName.t ] list | `String of AnalysisRuleColumnName.t ]) list ] list | `Structure of (string * [> `List of [> `Structure of (string * [> `String of ColumnName.t ]) list ] list ]) list ]) list ]) 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