1mod client; 2mod config; 3mod request_builder; 4mod retry; 5mod service; 6mod sink; 7 8#[cfg(feature = "sinks-aws_sqs")] 9mod sqs; 10 11#[cfg(feature = "sinks-aws_sns")] 12mod sns;