-
- Downloads
Rename `aws_types::config::Config` to `sdk_config::SdkConfig` (#1241)
* rename: aws_types::config::Config to sdk_config::SdkConfig update: code affected by SdkConfig rename update: CHANGELOG.next.toml * update: reëxport SdkConfig from aws_types root module * Update aws/rust-runtime/aws-config/src/lib.rs * Update CHANGELOG.next.toml Co-authored-by:Russell Cohen <rcoh@amazon.com> * add: deprecated config helper update: use reexported SdkConfig in docs referencing it * fix: bad doc link fix: wrong deprecation version * Revert "fix: bad doc link" This reverts commit eaa1b68e3b5e7c15f655cd294135c40f9b52e178. * fix: try new link style * add: deprecation notice for `aws_types::config` module Co-authored-by:
Russell Cohen <rcoh@amazon.com>
Showing
- CHANGELOG.next.toml 71 additions, 0 deletionsCHANGELOG.next.toml
- aws/rust-runtime/aws-config/src/lib.rs 14 additions, 15 deletionsaws/rust-runtime/aws-config/src/lib.rs
- aws/rust-runtime/aws-types/src/config.rs 3 additions, 345 deletionsaws/rust-runtime/aws-types/src/config.rs
- aws/rust-runtime/aws-types/src/lib.rs 3 additions, 0 deletionsaws/rust-runtime/aws-types/src/lib.rs
- aws/rust-runtime/aws-types/src/sdk_config.rs 356 additions, 0 deletionsaws/rust-runtime/aws-types/src/sdk_config.rs
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsCodegenDecorator.kt 1 addition, 1 deletion...lin/software/amazon/smithy/rustsdk/AwsCodegenDecorator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt 2 additions, 2 deletions...oftware/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/SdkConfigDecorator.kt 15 additions, 15 deletions...tlin/software/amazon/smithy/rustsdk/SdkConfigDecorator.kt
- aws/sdk/integration-tests/dynamodb/tests/cloning.rs 1 addition, 1 deletionaws/sdk/integration-tests/dynamodb/tests/cloning.rs
- aws/sdk/integration-tests/dynamodb/tests/shared-config.rs 1 addition, 1 deletionaws/sdk/integration-tests/dynamodb/tests/shared-config.rs
Loading
Please register or sign in to comment