1 2 3 4 5 6
#[cfg(feature = "aws")] pub mod aws; #[cfg(feature = "http")] pub mod http; #[cfg(feature = "aws")] pub(crate) mod serde;