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.query protocol #741

Merged
merged 1 commit into from
Jan 16, 2020

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Jan 16, 2020

This commit adds support for the aws.query protocol, building
on top of the HttpRpcProtocolGenerator and Xml[Member|Shape]DeserVisitor
for document serde.

Implementations of the Document[Member|Shape]SerVisitor have been
created that handle form-urlencoded bodies, respecting Smithy's @xmlName
trait.

Assorted minor updates for abstraction and in coordination with updates
to the base class have also been made.

Depends on smithy-lang/smithy-typescript#102

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

This commit adds support for the `aws.query` protocol, building
on top of the `HttpRpcProtocolGenerator` and `Xml[Member|Shape]DeserVisitor`
for document serde.

Implementations of the `Document[Member|Shape]SerVisitor` have been
created that handle form-urlencoded bodies, respecting Smithy's `@xmlName`
trait.

Assorted minor updates for abstraction and in coordination with updates
to the base class have also been made.
@kstich kstich changed the title Add support for the aws.query protocol feat: Add support for the aws.query protocol Jan 16, 2020
@kstich kstich requested a review from JordonPhillips January 16, 2020 21:11
@aws-sdk-js-automation
Copy link

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@codecov-io
Copy link

Codecov Report

Merging #741 into smithy-codegen will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           smithy-codegen     #741   +/-   ##
===============================================
  Coverage           92.58%   92.58%           
===============================================
  Files                 138      138           
  Lines                2684     2684           
  Branches              463      463           
===============================================
  Hits                 2485     2485           
  Misses                199      199

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9219d20...599d065. Read the comment docs.

@kstich kstich merged commit 43a0baf into aws:smithy-codegen Jan 16, 2020
@trivikr trivikr mentioned this pull request Jan 17, 2020
@lock
Copy link

lock bot commented Jan 24, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants