Module Values_0.UpdateIndexingConfigurationRequestSource

Updates the search configuration. Requires permission to access the UpdateIndexingConfiguration action.

Sourcetype nonrec t = {
  1. thingIndexingConfiguration : ThingIndexingConfiguration.t option;
    (*

    Thing indexing configuration.

    *)
  2. thingGroupIndexingConfiguration : ThingGroupIndexingConfiguration.t option;
    (*

    Thing group indexing configuration.

    *)
}
Sourceval make : ?thingIndexingConfiguration:??? -> ?thingGroupIndexingConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of FieldName.t ]) list ] list | `Structure of (string * [> `List of [> `String of ShadowName.t | `Structure of (string * [> `Enum of string | `String of TargetFieldName.t ]) 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