1
2
3
4
5
6
7
8
9
10
11
12
mod client;
mod config;
mod request_builder;
mod retry;
mod service;
mod sink;

#[cfg(feature = "sinks-aws_sqs")]
mod sqs;

#[cfg(feature = "sinks-aws_sns")]
mod sns;