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

codegen: Update generated serde to skip unmodeled input/outputs #261

Merged
merged 2 commits into from
Jan 16, 2021

Commits on Jan 15, 2021

  1. codegen: Update generated serde to skip unmodeled input/outputs

    Updates the SDK's generated serializers and deserializers to skip unmodeled
    input and output shapes for operations.
    
    This issue caused generated deserializers to attempt to deserialize
    operation responses that were not modeled, resulting in an error.
    Whereas the SDK should of ignored the response if one was present for
    operations without a modeled output.
    
    Related to aws/aws-sdk-go-v2#1047
    jasdel committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    18255cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b543c1c View commit details
    Browse the repository at this point in the history