Module Values.DescribeQuerySuggestionsConfigRequestSource

Gets information on the settings of query suggestions for an index. This is used to check the current settings applied to query suggestions. DescribeQuerySuggestionsConfig is currently not supported in the Amazon Web Services GovCloud (US-West) region.

Sourcetype nonrec t = {
  1. indexId : IndexId.t;
    (*

    The identifier of the index with query suggestions that you want to get information on.

    *)
}
Sourceval context_ : string
Sourceval make : indexId:IndexId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IndexId.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