1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#![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-2016-03")]
pub mod package_2016_03;
#[cfg(all(feature = "package-2016-03", not(feature = "no-default-tag")))]
pub use package_2016_03::{models, operations, operations::Client, operations::ClientBuilder, operations::Error};
#[cfg(feature = "package-2016-01")]
pub mod package_2016_01;
#[cfg(all(feature = "package-2016-01", not(feature = "no-default-tag")))]
pub use package_2016_01::{models, operations, operations::Client, operations::ClientBuilder, operations::Error};
#[cfg(feature = "package-2014-08-preview")]
pub mod package_2014_08_preview;
#[cfg(all(feature = "package-2014-08-preview", not(feature = "no-default-tag")))]
pub use package_2014_08_preview::{models, operations, operations::Client, operations::ClientBuilder, operations::Error};