Module Smaws_Client_CloudSearch.IndexDocuments

Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose OptionStatus is RequiresIndexDocuments.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `BaseException of Types.base_exception | `InternalException of Types.internal_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.index_documents_request -> (Types.index_documents_response, [> Smaws_Lib.Protocols.AwsQuery.error | `BaseException of Types.base_exception | `InternalException of Types.internal_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.index_documents_request -> (Types.index_documents_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `BaseException of Types.base_exception | `InternalException of Types.internal_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result