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

Fix API client generation issues discovered in new model builds #168

Merged
merged 3 commits into from
Sep 4, 2020

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Sep 3, 2020

Fixes issues with the API client codegen that were discovered in the latest set of models added to the SDK.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Fixes aws#166 by removing leading underscores from shape and member names.
Since underscore is not a `capital` alphabetic character, making the
type or member unexported.
Fixes aws#167 by ensuring operation input/output shape (de)serializers are
generated with unique name vs modeled shape (de)serializer functions.
@jasdel jasdel merged commit ad5494e into aws:master Sep 4, 2020
@jasdel jasdel deleted the fixup/APIClientGen branch September 4, 2020 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants