-
- Downloads
Move `aws-http` types into `aws-runtime` (#3355)
This issue addresses a semver compatibility problem similar to the one described in https://github.com/smithy-lang/smithy-rs/pull/3318, except for the storable types in the aws-http crate. I opted to move all of aws-http into aws-runtime since there was so little in there. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Showing
- CHANGELOG.next.toml 7 additions, 1 deletionCHANGELOG.next.toml
- aws/rust-runtime/aws-config/Cargo.toml 0 additions, 1 deletionaws/rust-runtime/aws-config/Cargo.toml
- aws/rust-runtime/aws-config/src/imds/client.rs 1 addition, 2 deletionsaws/rust-runtime/aws-config/src/imds/client.rs
- aws/rust-runtime/aws-http/Cargo.toml 3 additions, 14 deletionsaws/rust-runtime/aws-http/Cargo.toml
- aws/rust-runtime/aws-http/README.md 1 addition, 4 deletionsaws/rust-runtime/aws-http/README.md
- aws/rust-runtime/aws-http/external-types.toml 1 addition, 9 deletionsaws/rust-runtime/aws-http/external-types.toml
- aws/rust-runtime/aws-http/src/content_encoding.rs 22 additions, 603 deletionsaws/rust-runtime/aws-http/src/content_encoding.rs
- aws/rust-runtime/aws-http/src/user_agent.rs 48 additions, 733 deletionsaws/rust-runtime/aws-http/src/user_agent.rs
- aws/rust-runtime/aws-inlineable/Cargo.toml 1 addition, 2 deletionsaws/rust-runtime/aws-inlineable/Cargo.toml
- aws/rust-runtime/aws-inlineable/src/http_request_checksum.rs 3 additions, 3 deletionsaws/rust-runtime/aws-inlineable/src/http_request_checksum.rs
- aws/rust-runtime/aws-runtime/Cargo.toml 7 additions, 2 deletionsaws/rust-runtime/aws-runtime/Cargo.toml
- aws/rust-runtime/aws-runtime/external-types.toml 4 additions, 0 deletionsaws/rust-runtime/aws-runtime/external-types.toml
- aws/rust-runtime/aws-runtime/src/content_encoding.rs 613 additions, 0 deletionsaws/rust-runtime/aws-runtime/src/content_encoding.rs
- aws/rust-runtime/aws-runtime/src/lib.rs 4 additions, 0 deletionsaws/rust-runtime/aws-runtime/src/lib.rs
- aws/rust-runtime/aws-runtime/src/user_agent.rs 675 additions, 211 deletionsaws/rust-runtime/aws-runtime/src/user_agent.rs
- aws/rust-runtime/aws-runtime/src/user_agent/interceptor.rs 277 additions, 0 deletionsaws/rust-runtime/aws-runtime/src/user_agent/interceptor.rs
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsCargoDependency.kt 0 additions, 2 deletions...tlin/software/amazon/smithy/rustsdk/AwsCargoDependency.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsRuntimeType.kt 0 additions, 2 deletions...n/kotlin/software/amazon/smithy/rustsdk/AwsRuntimeType.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/HttpRequestChecksumDecorator.kt 1 addition, 0 deletions...are/amazon/smithy/rustsdk/HttpRequestChecksumDecorator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/UserAgentDecorator.kt 2 additions, 2 deletions...tlin/software/amazon/smithy/rustsdk/UserAgentDecorator.kt
Loading
Please register or sign in to comment