Client Test

Client Test

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/codegen-client-test/simple/rust-client-codegen/src/operation/operation/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::operation::_operation_output::OperationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::operation::_operation_input::OperationInputBuilder;
    5      3   
           4  +
pub use crate::operation::operation::_operation_output::OperationOutputBuilder;
           5  +
    6      6   
impl crate::operation::operation::builders::OperationInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::operation::OperationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::operation::OperationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,