Skip to content
New issue

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

Add service closure name conflict validation #337

Merged
merged 1 commit into from
Mar 31, 2020

Commits on Mar 31, 2020

  1. 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).
    mtdowling committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f664b82 View commit details
    Browse the repository at this point in the history