We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The model update script does not remove services that are removed from the reference models repo.
When a service's definition is removed, it is removed from the SDK on the next release.
The service continues to be included in the SDK until it is manually removed.
Remove service from the main AWS models repository Run the updatemodels.sh script
updatemodels.sh
Expected: Removed model is no longer present Actual: Removed model is still present in the SDK, in its last state before removal
Delete all models before updating them from the reference model repo
No response
Latest
The text was updated successfully, but these errors were encountered:
Released in AWS SDK for Swift 0.29.0.
Sorry, something went wrong.
jbelkins
No branches or pull requests
Describe the bug
The model update script does not remove services that are removed from the reference models repo.
Expected Behavior
When a service's definition is removed, it is removed from the SDK on the next release.
Current Behavior
The service continues to be included in the SDK until it is manually removed.
Reproduction Steps
Remove service from the main AWS models repository
Run the
updatemodels.sh
scriptExpected: Removed model is no longer present
Actual: Removed model is still present in the SDK, in its last state before removal
Possible Solution
Delete all models before updating them from the reference model repo
Additional Information/Context
No response
AWS SWIFT SDK version used
Latest
Compiler and Version used
Latest
Operating System and version
Latest
The text was updated successfully, but these errors were encountered: