-
- Downloads
Enable crate reorganization for the SDK (#2433)
* Enable the crate reorg for the SDK * Fix `aws-config` * Fix SDK integration tests * Fix event stream error module bug * Fix doc test imports * Fix some tests * Fix external type check * Fix the canary for both versions * Fix codegen crash for certain SDK models * Fix some doc compilation failures * Update the changelog * Fix presigning test merge conflict
Showing
- CHANGELOG.next.toml 7 additions, 0 deletionsCHANGELOG.next.toml
- aws/rust-runtime/aws-config/external-types.toml 1 addition, 1 deletionaws/rust-runtime/aws-config/external-types.toml
- aws/rust-runtime/aws-config/src/imds/region.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/imds/region.rs
- aws/rust-runtime/aws-config/src/profile/app_name.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/profile/app_name.rs
- 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/profile/region.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/profile/region.rs
- aws/rust-runtime/aws-config/src/provider_config.rs 2 additions, 2 deletionsaws/rust-runtime/aws-config/src/provider_config.rs
- aws/rust-runtime/aws-config/src/sso.rs 3 additions, 2 deletionsaws/rust-runtime/aws-config/src/sso.rs
- aws/rust-runtime/aws-config/src/sts/assume_role.rs 6 additions, 7 deletionsaws/rust-runtime/aws-config/src/sts/assume_role.rs
- aws/rust-runtime/aws-config/src/sts/util.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/sts/util.rs
- aws/rust-runtime/aws-config/src/web_identity_token.rs 4 additions, 3 deletionsaws/rust-runtime/aws-config/src/web_identity_token.rs
- aws/sdk-adhoc-test/build.gradle.kts 4 additions, 2 deletionsaws/sdk-adhoc-test/build.gradle.kts
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsCrateDocsDecorator.kt 5 additions, 8 deletions...n/software/amazon/smithy/rustsdk/AwsCrateDocsDecorator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/endpoints/AwsEndpointDecorator.kt 2 additions, 4 deletions...e/amazon/smithy/rustsdk/endpoints/AwsEndpointDecorator.kt
- aws/sdk-codegen/src/test/kotlin/software/amazon/smithy/rustsdk/TestUtil.kt 8 additions, 1 deletion...rc/test/kotlin/software/amazon/smithy/rustsdk/TestUtil.kt
- aws/sdk/build.gradle.kts 1 addition, 1 deletionaws/sdk/build.gradle.kts
- aws/sdk/integration-tests/dynamodb/benches/deserialization_bench.rs 1 addition, 1 deletion...tegration-tests/dynamodb/benches/deserialization_bench.rs
- aws/sdk/integration-tests/dynamodb/benches/serialization_bench.rs 2 additions, 2 deletions...integration-tests/dynamodb/benches/serialization_bench.rs
- aws/sdk/integration-tests/dynamodb/tests/endpoints.rs 1 addition, 1 deletionaws/sdk/integration-tests/dynamodb/tests/endpoints.rs
- aws/sdk/integration-tests/dynamodb/tests/movies.rs 4 additions, 3 deletionsaws/sdk/integration-tests/dynamodb/tests/movies.rs
Loading
Please register or sign in to comment