-
- Downloads
Rename `make_token` to `idempotency_token_provider` (#2783)
## Motivation and Context Incorporates suggestion made in https://github.com/awslabs/smithy-rs/pull/2762#discussion_r1231462878 ## Description This PR renames `make_token` to `idempotency_token_provider` for clarity wherever it is referred to in the fields and API in service configs and their builders. ## Testing Existing tests in CI ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [x] I have updated `CHANGELOG.next.toml` if I made changes to the smithy-rs codegen or runtime crates - [x] I have updated `CHANGELOG.next.toml` if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ --------- Co-authored-by:Yuki Saito <awsaito@amazon.com>
Showing
- CHANGELOG.next.toml 12 additions, 0 deletionsCHANGELOG.next.toml
- aws/sdk/integration-tests/timestreamquery/tests/endpoint_disco.rs 1 addition, 1 deletion...integration-tests/timestreamquery/tests/endpoint_disco.rs
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/customizations/IdempotencyTokenGenerator.kt 1 addition, 1 deletion...client/smithy/customizations/IdempotencyTokenGenerator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/config/IdempotencyTokenProviderCustomization.kt 13 additions, 13 deletions...enerators/config/IdempotencyTokenProviderCustomization.kt
Loading
Please register or sign in to comment