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

Make protocol ZSTs match shape ID names #1858

Merged
merged 2 commits into from
Oct 17, 2022
Merged

Conversation

hlbarber
Copy link
Contributor

Motivation and Context

Currently, the protocol zero-sized types, AwsRestXml and AwsRestJson, are named differently to the actual Shape names. https://awslabs.github.io/smithy/2.0/aws/protocols/index.html

Description

  • ChangeAwsRestXml to RestXml to match the restXml shape.
  • Change AwsJson10 to AwsJson1_0 to match awsJson1_0 shape.
  • Change AwsJson11 to AwsJson1_1 to match awsJson1_1 shape.
  • Change AwsRestJson to RestJson to match the restJson shape.

@hlbarber hlbarber requested review from a team as code owners October 14, 2022 17:17
@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@hlbarber hlbarber enabled auto-merge (squash) October 15, 2022 11:30
@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@hlbarber hlbarber merged commit 55d16b1 into main Oct 17, 2022
@hlbarber hlbarber deleted the harryb/rename-protocol-zsts branch October 17, 2022 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Rust server SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants