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 file_count_snapshot_stats;
pub use self::file_count_snapshot_stats::FileCountSnapshotStats;

pub mod repository;
pub use self::repository::Repository;

pub mod repository_settings;
pub use self::repository_settings::RepositorySettings;

pub mod snapshot_index_stats;
pub use self::snapshot_index_stats::SnapshotIndexStats;

pub mod snapshot_info;
pub use self::snapshot_info::SnapshotInfo;

pub mod snapshot_shard_failure;
pub use self::snapshot_shard_failure::SnapshotShardFailure;

pub mod snapshot_shards_stats;
pub use self::snapshot_shards_stats::SnapshotShardsStats;

pub mod snapshot_shards_stats_summary;
pub use self::snapshot_shards_stats_summary::SnapshotShardsStatsSummary;

pub mod snapshot_shards_stats_summary_item;
pub use self::snapshot_shards_stats_summary_item::SnapshotShardsStatsSummaryItem;

pub mod snapshot_shards_status;
pub use self::snapshot_shards_status::SnapshotShardsStatus;

pub mod snapshot_stats;
pub use self::snapshot_stats::SnapshotStats;

pub mod snapshot_status;
pub use self::snapshot_status::SnapshotStatus;

pub mod snapshot_shards_stats_stage;
pub use self::snapshot_shards_stats_stage::SnapshotShardsStatsStage;