Client Test

Client Test

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_empty_blobs/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::xml_empty_blobs::_xml_empty_blobs_output::XmlEmptyBlobsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::xml_empty_blobs::_xml_empty_blobs_input::XmlEmptyBlobsInputBuilder;
    5      3   
           4  +
pub use crate::operation::xml_empty_blobs::_xml_empty_blobs_output::XmlEmptyBlobsOutputBuilder;
           5  +
    6      6   
impl crate::operation::xml_empty_blobs::builders::XmlEmptyBlobsInputBuilder {
    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::xml_empty_blobs::XmlEmptyBlobsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::xml_empty_blobs::XmlEmptyBlobsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_empty_lists.rs

@@ -387,387 +426,426 @@
  407    407   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  408    408   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  409    409   
    ) -> Self {
  410    410   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  411    411   
            source,
  412    412   
            meta: meta.unwrap_or_default(),
  413    413   
        })
  414    414   
    }
  415    415   
}
  416    416   
  417         -
pub use crate::operation::xml_empty_lists::_xml_empty_lists_output::XmlEmptyListsOutput;
  418         -
  419    417   
pub use crate::operation::xml_empty_lists::_xml_empty_lists_input::XmlEmptyListsInput;
  420    418   
         419  +
pub use crate::operation::xml_empty_lists::_xml_empty_lists_output::XmlEmptyListsOutput;
         420  +
  421    421   
mod _xml_empty_lists_input;
  422    422   
  423    423   
mod _xml_empty_lists_output;
  424    424   
  425    425   
/// Builders
  426    426   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_empty_lists/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::xml_empty_lists::_xml_empty_lists_output::XmlEmptyListsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::xml_empty_lists::_xml_empty_lists_input::XmlEmptyListsInputBuilder;
    5      3   
           4  +
pub use crate::operation::xml_empty_lists::_xml_empty_lists_output::XmlEmptyListsOutputBuilder;
           5  +
    6      6   
impl crate::operation::xml_empty_lists::builders::XmlEmptyListsInputBuilder {
    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::xml_empty_lists::XmlEmptyListsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::xml_empty_lists::XmlEmptyListsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_empty_maps.rs

@@ -377,377 +416,416 @@
  397    397   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  398    398   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  399    399   
    ) -> Self {
  400    400   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  401    401   
            source,
  402    402   
            meta: meta.unwrap_or_default(),
  403    403   
        })
  404    404   
    }
  405    405   
}
  406    406   
  407         -
pub use crate::operation::xml_empty_maps::_xml_empty_maps_output::XmlEmptyMapsOutput;
  408         -
  409    407   
pub use crate::operation::xml_empty_maps::_xml_empty_maps_input::XmlEmptyMapsInput;
  410    408   
         409  +
pub use crate::operation::xml_empty_maps::_xml_empty_maps_output::XmlEmptyMapsOutput;
         410  +
  411    411   
mod _xml_empty_maps_input;
  412    412   
  413    413   
mod _xml_empty_maps_output;
  414    414   
  415    415   
/// Builders
  416    416   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_empty_maps/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::xml_empty_maps::_xml_empty_maps_output::XmlEmptyMapsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::xml_empty_maps::_xml_empty_maps_input::XmlEmptyMapsInputBuilder;
    5      3   
           4  +
pub use crate::operation::xml_empty_maps::_xml_empty_maps_output::XmlEmptyMapsOutputBuilder;
           5  +
    6      6   
impl crate::operation::xml_empty_maps::builders::XmlEmptyMapsInputBuilder {
    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::xml_empty_maps::XmlEmptyMapsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::xml_empty_maps::XmlEmptyMapsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_enums.rs

@@ -366,366 +405,405 @@
  386    386   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  387    387   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  388    388   
    ) -> Self {
  389    389   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  390    390   
            source,
  391    391   
            meta: meta.unwrap_or_default(),
  392    392   
        })
  393    393   
    }
  394    394   
}
  395    395   
  396         -
pub use crate::operation::xml_enums::_xml_enums_output::XmlEnumsOutput;
  397         -
  398    396   
pub use crate::operation::xml_enums::_xml_enums_input::XmlEnumsInput;
  399    397   
         398  +
pub use crate::operation::xml_enums::_xml_enums_output::XmlEnumsOutput;
         399  +
  400    400   
mod _xml_enums_input;
  401    401   
  402    402   
mod _xml_enums_output;
  403    403   
  404    404   
/// Builders
  405    405   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_enums/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::xml_enums::_xml_enums_output::XmlEnumsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::xml_enums::_xml_enums_input::XmlEnumsInputBuilder;
    5      3   
           4  +
pub use crate::operation::xml_enums::_xml_enums_output::XmlEnumsOutputBuilder;
           5  +
    6      6   
impl crate::operation::xml_enums::builders::XmlEnumsInputBuilder {
    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::xml_enums::XmlEnumsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::xml_enums::XmlEnumsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_int_enums.rs

@@ -356,356 +395,395 @@
  376    376   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  377    377   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  378    378   
    ) -> Self {
  379    379   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  380    380   
            source,
  381    381   
            meta: meta.unwrap_or_default(),
  382    382   
        })
  383    383   
    }
  384    384   
}
  385    385   
  386         -
pub use crate::operation::xml_int_enums::_xml_int_enums_output::XmlIntEnumsOutput;
  387         -
  388    386   
pub use crate::operation::xml_int_enums::_xml_int_enums_input::XmlIntEnumsInput;
  389    387   
         388  +
pub use crate::operation::xml_int_enums::_xml_int_enums_output::XmlIntEnumsOutput;
         389  +
  390    390   
mod _xml_int_enums_input;
  391    391   
  392    392   
mod _xml_int_enums_output;
  393    393   
  394    394   
/// Builders
  395    395   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_int_enums/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::xml_int_enums::_xml_int_enums_output::XmlIntEnumsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::xml_int_enums::_xml_int_enums_input::XmlIntEnumsInputBuilder;
    5      3   
           4  +
pub use crate::operation::xml_int_enums::_xml_int_enums_output::XmlIntEnumsOutputBuilder;
           5  +
    6      6   
impl crate::operation::xml_int_enums::builders::XmlIntEnumsInputBuilder {
    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::xml_int_enums::XmlIntEnumsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::xml_int_enums::XmlIntEnumsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_lists.rs

@@ -409,409 +448,448 @@
  429    429   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  430    430   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  431    431   
    ) -> Self {
  432    432   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  433    433   
            source,
  434    434   
            meta: meta.unwrap_or_default(),
  435    435   
        })
  436    436   
    }
  437    437   
}
  438    438   
  439         -
pub use crate::operation::xml_lists::_xml_lists_output::XmlListsOutput;
  440         -
  441    439   
pub use crate::operation::xml_lists::_xml_lists_input::XmlListsInput;
  442    440   
         441  +
pub use crate::operation::xml_lists::_xml_lists_output::XmlListsOutput;
         442  +
  443    443   
mod _xml_lists_input;
  444    444   
  445    445   
mod _xml_lists_output;
  446    446   
  447    447   
/// Builders
  448    448   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_lists/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::xml_lists::_xml_lists_output::XmlListsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::xml_lists::_xml_lists_input::XmlListsInputBuilder;
    5      3   
           4  +
pub use crate::operation::xml_lists::_xml_lists_output::XmlListsOutputBuilder;
           5  +
    6      6   
impl crate::operation::xml_lists::builders::XmlListsInputBuilder {
    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::xml_lists::XmlListsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::xml_lists::XmlListsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_maps.rs

@@ -341,341 +380,380 @@
  361    361   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  362    362   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  363    363   
    ) -> Self {
  364    364   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  365    365   
            source,
  366    366   
            meta: meta.unwrap_or_default(),
  367    367   
        })
  368    368   
    }
  369    369   
}
  370    370   
  371         -
pub use crate::operation::xml_maps::_xml_maps_output::XmlMapsOutput;
  372         -
  373    371   
pub use crate::operation::xml_maps::_xml_maps_input::XmlMapsInput;
  374    372   
         373  +
pub use crate::operation::xml_maps::_xml_maps_output::XmlMapsOutput;
         374  +
  375    375   
mod _xml_maps_input;
  376    376   
  377    377   
mod _xml_maps_output;
  378    378   
  379    379   
/// Builders
  380    380   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_maps/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::xml_maps::_xml_maps_output::XmlMapsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::xml_maps::_xml_maps_input::XmlMapsInputBuilder;
    5      3   
           4  +
pub use crate::operation::xml_maps::_xml_maps_output::XmlMapsOutputBuilder;
           5  +
    6      6   
impl crate::operation::xml_maps::builders::XmlMapsInputBuilder {
    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::xml_maps::XmlMapsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::xml_maps::XmlMapsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_maps_xml_name.rs

@@ -352,352 +391,391 @@
  372    372   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  373    373   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  374    374   
    ) -> Self {
  375    375   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  376    376   
            source,
  377    377   
            meta: meta.unwrap_or_default(),
  378    378   
        })
  379    379   
    }
  380    380   
}
  381    381   
  382         -
pub use crate::operation::xml_maps_xml_name::_xml_maps_xml_name_output::XmlMapsXmlNameOutput;
  383         -
  384    382   
pub use crate::operation::xml_maps_xml_name::_xml_maps_xml_name_input::XmlMapsXmlNameInput;
  385    383   
         384  +
pub use crate::operation::xml_maps_xml_name::_xml_maps_xml_name_output::XmlMapsXmlNameOutput;
         385  +
  386    386   
mod _xml_maps_xml_name_input;
  387    387   
  388    388   
mod _xml_maps_xml_name_output;
  389    389   
  390    390   
/// Builders
  391    391   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_maps_xml_name/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::xml_maps_xml_name::_xml_maps_xml_name_output::XmlMapsXmlNameOutputBuilder;
    3         -
    4      2   
pub use crate::operation::xml_maps_xml_name::_xml_maps_xml_name_input::XmlMapsXmlNameInputBuilder;
    5      3   
           4  +
pub use crate::operation::xml_maps_xml_name::_xml_maps_xml_name_output::XmlMapsXmlNameOutputBuilder;
           5  +
    6      6   
impl crate::operation::xml_maps_xml_name::builders::XmlMapsXmlNameInputBuilder {
    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::xml_maps_xml_name::XmlMapsXmlNameOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::xml_maps_xml_name::XmlMapsXmlNameError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/xml_namespaces.rs

@@ -342,342 +381,381 @@
  362    362   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  363    363   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  364    364   
    ) -> Self {
  365    365   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  366    366   
            source,
  367    367   
            meta: meta.unwrap_or_default(),
  368    368   
        })
  369    369   
    }
  370    370   
}
  371    371   
  372         -
pub use crate::operation::xml_namespaces::_xml_namespaces_output::XmlNamespacesOutput;
  373         -
  374    372   
pub use crate::operation::xml_namespaces::_xml_namespaces_input::XmlNamespacesInput;
  375    373   
         374  +
pub use crate::operation::xml_namespaces::_xml_namespaces_output::XmlNamespacesOutput;
         375  +
  376    376   
mod _xml_namespaces_input;
  377    377   
  378    378   
mod _xml_namespaces_output;
  379    379   
  380    380   
/// Builders
  381    381   
pub mod builders;