Skip to content

Commit

Permalink
[smithy-rs] Add more client re-exports (#2437)
Browse files Browse the repository at this point in the history
* Add more client re-exports

This commit adds more client re-exports proposed in
smithy-lang/smithy-rs#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}`

* Update CHANGELOG.next.toml

---------

Co-authored-by: Yuki Saito <[email protected]>
  • Loading branch information
2 people authored and aws-sdk-rust-ci committed Mar 28, 2023
1 parent e45cfa7 commit b51c86c
Show file tree
Hide file tree
Showing 357 changed files with 1,058 additions and 350 deletions.
2 changes: 2 additions & 0 deletions sdk/accessanalyzer/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/account/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/acm/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/acmpca/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/alexaforbusiness/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/amp/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/amplify/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/amplifybackend/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/amplifyuibuilder/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/apigateway/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/apigatewaymanagement/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/apigatewayv2/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/appconfig/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/appconfigdata/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/appflow/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/appintegrations/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/applicationautoscaling/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/applicationcostprofiler/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/applicationdiscovery/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/applicationinsights/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/appmesh/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/apprunner/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/appstream/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/appsync/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/arczonalshift/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/athena/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/auditmanager/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/autoscaling/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/autoscalingplans/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/backup/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/backupgateway/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/backupstorage/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/backupstorage/src/types.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use aws_http::request_id::RequestId;

pub use aws_smithy_http::body::SdkBody;
pub use aws_smithy_http::byte_stream::error::Error as ByteStreamError;
pub use aws_smithy_http::byte_stream::AggregatedBytes;
pub use aws_smithy_http::byte_stream::ByteStream;
pub use aws_smithy_http::result::SdkError;
Expand Down
2 changes: 2 additions & 0 deletions sdk/batch/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/billingconductor/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/braket/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/budgets/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/chime/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/chimesdkidentity/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/chimesdkmediapipelines/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/chimesdkmeetings/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/chimesdkmessaging/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/chimesdkvoice/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
2 changes: 2 additions & 0 deletions sdk/cleanrooms/src/operation/customize.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
use crate::client::Handle;
pub use aws_smithy_http::operation::Operation;
pub use aws_smithy_http::operation::Request;
pub use aws_smithy_http::operation::Response;
pub use aws_smithy_http::retry::ClassifyRetry;
pub use aws_smithy_types::retry::RetryKind;

Expand Down
Loading

0 comments on commit b51c86c

Please sign in to comment.