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 allocation_explain;
pub use self::allocation_explain::AllocationExplain;

pub mod decommission_awareness;
pub mod health;
pub mod pending_tasks;
pub mod remote_info;
pub mod reroute;
pub mod state;
pub mod stats;
pub mod weighted_routing;

pub use reroute::Reroute;

pub mod component_template;
pub use self::component_template::ComponentTemplate;

pub mod component_template_node;
pub use self::component_template_node::ComponentTemplateNode;

pub mod component_template_summary;
pub use self::component_template_summary::ComponentTemplateSummary;

mod put_settings;
pub use self::put_settings::PutSettings;

mod delete_weighted_routing;
pub use self::delete_weighted_routing::DeleteWeightedRouting;

mod allocation_explain_request_body_json;
pub use self::allocation_explain_request_body_json::AllocationExplainRequestBodyJson;
mod allocation_explain_response;
pub use self::allocation_explain_response::AllocationExplainResponse;
mod get_component_template_response;
pub use self::get_component_template_response::GetComponentTemplateResponse;
mod get_settings_response;
pub use self::get_settings_response::GetSettingsResponse;
mod put_component_template_request_body_json;
pub use self::put_component_template_request_body_json::PutComponentTemplateRequestBodyJson;
mod pending_tasks_response;
pub use self::pending_tasks_response::PendingTasksResponse;
mod put_settings_response;
pub use self::put_settings_response::PutSettingsResponse;
mod put_settings_request_body_json;
pub use self::put_settings_request_body_json::PutSettingsRequestBodyJson;
mod put_weighted_routing_response;
pub use self::put_weighted_routing_response::PutWeightedRoutingResponse;
mod remote_info_response;
pub use self::remote_info_response::RemoteInfoResponse;
mod reroute_request_body_json;
pub use self::reroute_request_body_json::RerouteRequestBodyJson;
mod put_component_template;
pub use self::put_component_template::PutComponentTemplate;
mod cluster_api;
pub use self::cluster_api::ClusterApiClient;