#![allow(clippy::module_inception)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::ptr_arg)]
#![allow(clippy::large_enum_variant)]
#![doc = "generated by AutoRust"]
#[cfg(feature = "package-2021-03")]
pub mod package_2021_03;
#[cfg(all(feature = "package-2021-03", not(feature = "no-default-tag")))]
pub use package_2021_03::{models, operations, operations::Client, operations::ClientBuilder};
#[cfg(feature = "package-2021-02")]
pub mod package_2021_02;
#[cfg(all(feature = "package-2021-02", not(feature = "no-default-tag")))]
pub use package_2021_02::{models, operations, operations::Client, operations::ClientBuilder};
#[cfg(feature = "package-2021-01-15")]
pub mod package_2021_01_15;
#[cfg(all(feature = "package-2021-01-15", not(feature = "no-default-tag")))]
pub use package_2021_01_15::{models, operations, operations::Client, operations::ClientBuilder};
#[cfg(feature = "package-2021-01")]
pub mod package_2021_01;
#[cfg(all(feature = "package-2021-01", not(feature = "no-default-tag")))]
pub use package_2021_01::{models, operations, operations::Client, operations::ClientBuilder};
#[cfg(feature = "package-2020-12")]
pub mod package_2020_12;
#[cfg(all(feature = "package-2020-12", not(feature = "no-default-tag")))]
pub use package_2020_12::{models, operations, operations::Client, operations::ClientBuilder};