Module Awso_cloudsearchdomain_asyncSource

include module type of struct include Awso_cloudsearchdomain.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

A container for facet information.

An autocomplete suggestion that matches the query string specified in a SuggestRequest.

Information about a document that matches the search request.

A warning returned by the document service when an issue is discovered while processing an upload request.

A container for the calculated facet values and counts.

The statistics for a field calculated in the request.

Information about any problems encountered while processing an upload request.

Information about any problems encountered while processing a search request.

Container for the suggestion information returned in a SuggestResponse.

Contains the resource id (rid) and the time it took to process the request (timems).

The collection of documents that match the search request.

Contains the resource id (rid) and the time it took to process the request (timems).

Contains the response to an UploadDocuments request.

Container for the parameters to the UploadDocuments request.

Contains the response to a Suggest request.

Container for the parameters to the Suggest request.

The result of a Search request. Contains the documents that match the specified search criteria and any requested fields, highlights, and facet information.

Container for the parameters to the Search request.

Sourcemodule Cli : sig ... end