BREAKING: Service Client and field renames #1088
lauzadis
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
An upcoming release of the AWS SDK for Kotlin renames several service clients and field names.
Release date
This feature will ship with the v0.33.0-beta release planned for 10/26/2023.
What's changing
The logic for converting Smithy shape names to camel or pascal cased Kotlin names was refactored to better handle many edge cases. This may cause compilation failures on upgrade.
How to migrate
This change is widespread. If your code fails to compile after updating, check to see if there is a similarly-named member with different casing.
The following service client names are known to have been renamed:
IoTAnalytics
->IotAnalytics
IoTFleetHub
->IotFleetHub
IoTFleetWise
->IotFleetWise
IoTSecureTunneling
->IotSecureTunneling
IoTSiteWise
->IotSiteWise
IoTThingsGraph
->IotThingsGraph
IoTTwinMaker
->IotTwinMaker
Additional resources
If you have any questions concerning this change, please feel free to engage with us in this discussion. If you encounter a bug with these changes, please file an issue.
Beta Was this translation helpful? Give feedback.
All reactions