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
 */

mod command;
pub use self::command::Command;

mod command_allocate_primary_action;
pub use self::command_allocate_primary_action::CommandAllocatePrimaryAction;

mod command_allocate_replica_action;
pub use self::command_allocate_replica_action::CommandAllocateReplicaAction;

mod command_cancel_action;
pub use self::command_cancel_action::CommandCancelAction;

mod command_move_action;
pub use self::command_move_action::CommandMoveAction;

mod reroute_decision;
pub use self::reroute_decision::RerouteDecision;

mod reroute_explanation;
pub use self::reroute_explanation::RerouteExplanation;

mod reroute_parameters;
pub use self::reroute_parameters::RerouteParameters;

mod reroute;
pub use self::reroute::Reroute;