-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove remaining middleware code (#3038)
This PR removes the remaining rust-runtime code to support middleware, deprecates empty crates, and removes the remaining codegen references to any of that code. In the interest of keeping code review easier, a separate PR will finish addressing the remaining `TODO(enableNewSmithyRuntime)` comments. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
- Loading branch information
Showing
95 changed files
with
108 additions
and
10,648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,11 @@ | |
name = "aws-endpoint" | ||
version = "0.0.0-smithy-rs-head" | ||
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"] | ||
description = "AWS SDK endpoint support." | ||
description = "This crate is no longer used by the AWS SDK and is deprecated." | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
repository = "https://github.com/awslabs/smithy-rs" | ||
|
||
[dependencies] | ||
aws-smithy-http = { path = "../../../rust-runtime/aws-smithy-http" } | ||
aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types"} | ||
aws-types = { path = "../aws-types" } | ||
http = "0.2.3" | ||
tracing = "0.1" | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
targets = ["x86_64-unknown-linux-gnu"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
allowed_external_types = [ | ||
"aws_types::*", | ||
"aws_smithy_http::property_bag::PropertyBag", | ||
"aws_smithy_http::middleware::MapRequest", | ||
] | ||
allowed_external_types = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
allowed_external_types = [ | ||
"aws_credential_types::*", | ||
"aws_smithy_http::*", | ||
"aws_smithy_types::*", | ||
"aws_types::*", | ||
"aws_smithy_http::body::Error", | ||
"aws_smithy_types::config_bag::storable::Storable", | ||
"aws_smithy_types::config_bag::storable::StoreReplace", | ||
"aws_types::app_name::AppName", | ||
"aws_types::os_shim_internal::Env", | ||
"bytes::bytes::Bytes", | ||
"http_body::Body", | ||
] |
Oops, something went wrong.