//! Vector index operations: Put / Get / List / Delete.
//!//! All four APIs are `POST /?<sub-resource>` with a JSON request body
//! carrying the operation parameters, and a JSON response body where
//! applicable.
moddelete_vector_index;modget_vector_index;modlist_vector_indexes;modput_vector_index;pubusedelete_vector_index::*;pubuseget_vector_index::*;pubuselist_vector_indexes::*;pubuseput_vector_index::*;