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

feat: Add support for the aws.ec2 protocol #791

Merged
merged 2 commits into from
Jan 27, 2020
Merged

Commits on Jan 27, 2020

  1. Add support for the aws.ec2 protocol

    This commit adds support for the `aws.ec2` protocol, building on top
    of the `HttpRpcProtocolGenerator`, `Xml[Member|Shape]DeserVisitor`,
    and `Query[Member|Shape]SerVisitor` for document serde.
    
    The `QueryShapeSerVisitor` has been opened up for re-use by the new
    `Ec2ShapeSerVisitor` because `aws.ec2` is a specific version of the
    `aws.query` protocol. Hooks have been made available to influence
    the specific behavior that is updated.
    
    This also fixes a critical bug with query list and map serialization
    that would have resulted in runtime failues on serilaizing the member
    target shape's contents.
    kstich committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    270e7b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e232e6d View commit details
    Browse the repository at this point in the history