Module Values.UpdateIndexingRuleRequestSource

Modifies an indexing rule’s configuration. Indexing rules are used for determining the sampling rate for spans indexed from CloudWatch Logs. For more information, see Transaction Search.

Sourcetype nonrec t = {
  1. name : String_.t;
    (*

    Name of the indexing rule to be updated.

    *)
  2. rule : IndexingRuleValueUpdate.t;
    (*

    Rule configuration to be updated.

    *)
}
Sourceval context_ : string
Sourceval make : name:String_.t -> rule:IndexingRuleValueUpdate.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Double of NullableDouble.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