You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated server SDKs re-export SdkBody and ByteStream in types.rs:
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;
pub use ::aws_smithy_types::date_time::Format as DateTimeFormat;
pub use ::aws_smithy_types::error::display::DisplayErrorContext;
pub use ::aws_smithy_types::Blob;
pub use ::aws_smithy_types::DateTime;
I guess that we need to expose similarly named feature flags as the ones in #3088 to toggle exposure of the feature-gated methods in aws-smithy-types? cc @drganjoo.
probably not critical since we aren't as worried about compatibility and the server is always going to be HTTP. It's more about forward-looking work to support not-Http things, allow a seamless upgrade to http-body = 1, etc.
Tracking issue for release of 0.57 of smithy-rs
result
andconnection
fromaws-smithy-http
toaws-smithy-types
#3093 (@ysaito1001 )http-body
andhyper
withinaws-smithy-types
#3088 (@ysaito1001 )aws-smithy-types
crate #3091 (@ysaito1001)read_from
methodsServer:
The text was updated successfully, but these errors were encountered: