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 mod remote_store_restore_info;
pub use self::remote_store_restore_info::RemoteStoreRestoreInfo;

pub mod remote_store_restore_shards_info;
pub use self::remote_store_restore_shards_info::RemoteStoreRestoreShardsInfo;

pub mod restore;
pub use self::restore::Restore;

pub mod restore_response;
pub use self::restore_response::RestoreResponse;

pub mod restore_request_body_json;
pub use self::restore_request_body_json::RestoreRequestBodyJson;