indexDocuments
inline suspend fun CloudSearchClient.indexDocuments(crossinline block: IndexDocumentsRequest.Builder.() -> Unit): IndexDocumentsResponse
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
.