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

Move http types out of client and split headers out of request #3138

Merged
merged 5 commits into from
Nov 2, 2023

Conversation

jdisanti
Copy link
Collaborator

@jdisanti jdisanti commented Nov 1, 2023

This PR moves the HTTP types into the root of aws-smithy-runtime-api since they're not client-specific, and the serializers/deserializers will need to rely on them. It also refactors the headers and errors out of the request module.


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

@jdisanti jdisanti added the breaking-change This will require a breaking change label Nov 1, 2023
Copy link

github-actions bot commented Nov 1, 2023

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

@jdisanti jdisanti marked this pull request as ready for review November 2, 2023 00:43
@jdisanti jdisanti requested review from a team as code owners November 2, 2023 00:43
Copy link

github-actions bot commented Nov 2, 2023

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

@rcoh
Copy link
Collaborator

rcoh commented Nov 2, 2023

can you leave behind a re-export to keep examples green?

Copy link

github-actions bot commented Nov 2, 2023

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

@jdisanti jdisanti added this pull request to the merge queue Nov 2, 2023
Merged via the queue into main with commit 8abeb04 Nov 2, 2023
40 of 41 checks passed
@jdisanti jdisanti deleted the jdisanti-move-http-types branch November 2, 2023 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change This will require a breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants