diff --git a/rust-runtime/aws-smithy-runtime-api/src/http.rs b/rust-runtime/aws-smithy-runtime-api/src/http.rs index a133e23db7..f295b8ac36 100644 --- a/rust-runtime/aws-smithy-runtime-api/src/http.rs +++ b/rust-runtime/aws-smithy-runtime-api/src/http.rs @@ -13,4 +13,4 @@ mod response; pub use error::HttpError; pub use headers::{HeaderValue, Headers, HeadersIter}; pub use request::{Request, RequestParts}; -pub use response::Response; +pub use response::{Response, StatusCode};