-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add service closure name conflict validation
This commit validates and standardizes the behavior that has existed for many years in AWS SDKs: requiring that shapes in the closure of a service are case-insensitively unique regardless of their namespaces (with some exceptions for simple types and lists/sets). This change ensures that SDK code gen does not need to persist the namespaces in their generated code, and that they can create their own namespaced/siloed copies of shapes for each service (removing the need to publish and pull in dependencies on shared types).
- Loading branch information
Showing
6 changed files
with
419 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.