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

Add more client re-exports #2437

Merged
merged 3 commits into from
Mar 9, 2023
Merged

Add more client re-exports #2437

merged 3 commits into from
Mar 9, 2023

Conversation

ysaito1001
Copy link
Contributor

@ysaito1001 ysaito1001 commented Mar 7, 2023

Motivation and Context

Addresses #1759 (those that are not checked off)
Addresses awslabs/aws-sdk-rust#600

Description

This commit adds more client re-exports. Specifically, it re-exports the following types:

  • aws_smithy_http::body::SdkBody
  • aws_smithy_http::byte_stream::error::Error (re-exported as ByteStreamError)
  • aws_smithy_http::operation::{Request, Response}

Where those types are re-exported, whether before or after client crate re-organization, is described in #1759.

Testing

  • Passed tests in CI

Checklist

  • I have updated CHANGELOG.next.toml if I made changes to the smithy-rs codegen or runtime crates
  • I have updated CHANGELOG.next.toml if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates

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 more client re-exports proposed in
#1759.
Specifically, it re-exports the following types:
- `aws_smithy_http::body::SdkBody`
- `aws_smithy_http::byte_stream::error::Error`
- `aws_smithy_http::operation::{Request, Response}`
@github-actions
Copy link

github-actions bot commented Mar 7, 2023

@ysaito1001 ysaito1001 marked this pull request as ready for review March 8, 2023 02:46
@ysaito1001 ysaito1001 requested review from a team as code owners March 8, 2023 02:46
@github-actions
Copy link

github-actions bot commented Mar 9, 2023

@ysaito1001 ysaito1001 added this pull request to the merge queue Mar 9, 2023
Merged via the queue into main with commit 7f4152c Mar 9, 2023
@ysaito1001 ysaito1001 deleted the ysaito/client-reexport branch March 9, 2023 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants