opensearch-client 0.3.1

Strongly typed OpenSearch Client
Documentation
/*
 * opensearch-client
 *
 * Rust Client for OpenSearch
 *
 * The version of the OpenAPI document: 3.1.0
 * Contact: alberto.paro@gmail.com
 * Generated by Paro OpenAPI Generator
 */
pub type ShardStoreStatus = String;

pub mod indices_shard_stores;
pub use self::indices_shard_stores::IndicesShardStores;

pub mod shard_store;
pub use self::shard_store::ShardStore;

pub mod shard_store_exception;
pub use self::shard_store_exception::ShardStoreException;

pub mod shard_store_wrapper;
pub use self::shard_store_wrapper::ShardStoreWrapper;