pub use ::aws_smithy_http::body::SdkBody;
pub use ::aws_smithy_http::byte_stream::error::Error as ByteStreamError;
pub use ::aws_smithy_http::byte_stream::AggregatedBytes;
pub use ::aws_smithy_http::byte_stream::ByteStream;
pub use ::aws_smithy_types::date_time::Format as DateTimeFormat;
pub use ::aws_smithy_types::Blob;
pub use ::aws_smithy_types::DateTime;
#[non_exhaustive]
#[derive(
::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::Ord, ::std::cmp::PartialEq, ::std::cmp::PartialOrd, ::std::fmt::Debug, ::std::hash::Hash,
)]
pub struct UnknownVariantValue(pub(crate) ::std::string::String);
impl UnknownVariantValue {
pub(crate) fn as_str(&self) -> &str {
&self.0
}
}