aws_sdk_workmailmessageflow/primitives.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_smithy_types::body::SdkBody;
pub use ::aws_smithy_types::byte_stream::error::Error as ByteStreamError;
pub use ::aws_smithy_types::byte_stream::AggregatedBytes;
pub use ::aws_smithy_types::byte_stream::ByteStream;
#[cfg(feature = "rt-tokio")]
pub use ::aws_smithy_types::byte_stream::FsBuilder;
#[cfg(feature = "rt-tokio")]
pub use ::aws_smithy_types::byte_stream::Length;
pub use ::aws_smithy_types::Blob;
/// Event stream related primitives such as `Message` or `Header`.
pub mod event_stream;