-
- Downloads
remove aws-hyper (#959)
* Replace generated code references to AwsMiddleware from hyper with inline dependency * remove usages of aws-hyper * RIP aws-hyper * rename AwsMiddleware to default Middleware * Delete unused aws-hyper deps * Update changelog * Update RFC * Add deprecation note to aws-hyper
Showing
- CHANGELOG.next.toml 6 additions, 0 deletionsCHANGELOG.next.toml
- aws/rust-runtime/aws-config/Cargo.toml 2 additions, 5 deletionsaws/rust-runtime/aws-config/Cargo.toml
- aws/rust-runtime/aws-config/src/profile/credentials/exec.rs 2 additions, 2 deletionsaws/rust-runtime/aws-config/src/profile/credentials/exec.rs
- aws/rust-runtime/aws-config/src/sts.rs 3 additions, 3 deletionsaws/rust-runtime/aws-config/src/sts.rs
- aws/rust-runtime/aws-config/src/sts/assume_role.rs 3 additions, 3 deletionsaws/rust-runtime/aws-config/src/sts/assume_role.rs
- aws/rust-runtime/aws-config/src/web_identity_token.rs 3 additions, 3 deletionsaws/rust-runtime/aws-config/src/web_identity_token.rs
- aws/rust-runtime/aws-hyper/Cargo.toml 1 addition, 22 deletionsaws/rust-runtime/aws-hyper/Cargo.toml
- aws/rust-runtime/aws-hyper/README.md 1 addition, 4 deletionsaws/rust-runtime/aws-hyper/README.md
- aws/rust-runtime/aws-hyper/src/lib.rs 5 additions, 63 deletionsaws/rust-runtime/aws-hyper/src/lib.rs
- aws/rust-runtime/aws-inlineable/Cargo.toml 6 additions, 0 deletionsaws/rust-runtime/aws-inlineable/Cargo.toml
- aws/rust-runtime/aws-inlineable/src/lib.rs 3 additions, 0 deletionsaws/rust-runtime/aws-inlineable/src/lib.rs
- aws/rust-runtime/aws-inlineable/src/middleware.rs 73 additions, 0 deletionsaws/rust-runtime/aws-inlineable/src/middleware.rs
- aws/rust-runtime/aws-inlineable/tests/middleware_e2e_test.rs 2 additions, 2 deletionsaws/rust-runtime/aws-inlineable/tests/middleware_e2e_test.rs
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsEndpointDecorator.kt 3 additions, 4 deletions...in/software/amazon/smithy/rustsdk/AwsEndpointDecorator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt 28 additions, 21 deletions...oftware/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsPresigningDecorator.kt 3 additions, 2 deletions.../software/amazon/smithy/rustsdk/AwsPresigningDecorator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsRuntimeDependency.kt 12 additions, 0 deletions...in/software/amazon/smithy/rustsdk/AwsRuntimeDependency.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/InlineDependency.kt 3 additions, 2 deletions...kotlin/software/amazon/smithy/rustsdk/InlineDependency.kt
- aws/sdk/examples/dynamodb/Cargo.toml 0 additions, 1 deletionaws/sdk/examples/dynamodb/Cargo.toml
- aws/sdk/examples/dynamodb/src/bin/crud.rs 2 additions, 2 deletionsaws/sdk/examples/dynamodb/src/bin/crud.rs
Loading
Please register or sign in to comment