Client Test

Client Test

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

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

@@ -381,381 +420,420 @@
  401    401   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  402    402   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  403    403   
    ) -> Self {
  404    404   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  405    405   
            source,
  406    406   
            meta: meta.unwrap_or_default(),
  407    407   
        })
  408    408   
    }
  409    409   
}
  410    410   
  411         -
pub use crate::operation::datetime_offsets::_datetime_offsets_output::DatetimeOffsetsOutput;
  412         -
  413    411   
pub use crate::operation::datetime_offsets::_datetime_offsets_input::DatetimeOffsetsInput;
  414    412   
         413  +
pub use crate::operation::datetime_offsets::_datetime_offsets_output::DatetimeOffsetsOutput;
         414  +
  415    415   
mod _datetime_offsets_input;
  416    416   
  417    417   
mod _datetime_offsets_output;
  418    418   
  419    419   
/// Builders
  420    420   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/datetime_offsets/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::datetime_offsets::_datetime_offsets_output::DatetimeOffsetsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::datetime_offsets::_datetime_offsets_input::DatetimeOffsetsInputBuilder;
    5      3   
           4  +
pub use crate::operation::datetime_offsets::_datetime_offsets_output::DatetimeOffsetsOutputBuilder;
           5  +
    6      6   
impl crate::operation::datetime_offsets::builders::DatetimeOffsetsInputBuilder {
    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::datetime_offsets::DatetimeOffsetsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::datetime_offsets::DatetimeOffsetsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -371,371 +410,410 @@
  391    391   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  392    392   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  393    393   
    ) -> Self {
  394    394   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  395    395   
            source,
  396    396   
            meta: meta.unwrap_or_default(),
  397    397   
        })
  398    398   
    }
  399    399   
}
  400    400   
  401         -
pub use crate::operation::empty_input_and_empty_output::_empty_input_and_empty_output_output::EmptyInputAndEmptyOutputOutput;
  402         -
  403    401   
pub use crate::operation::empty_input_and_empty_output::_empty_input_and_empty_output_input::EmptyInputAndEmptyOutputInput;
  404    402   
         403  +
pub use crate::operation::empty_input_and_empty_output::_empty_input_and_empty_output_output::EmptyInputAndEmptyOutputOutput;
         404  +
  405    405   
mod _empty_input_and_empty_output_input;
  406    406   
  407    407   
mod _empty_input_and_empty_output_output;
  408    408   
  409    409   
/// Builders
  410    410   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/empty_input_and_empty_output/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::empty_input_and_empty_output::_empty_input_and_empty_output_output::EmptyInputAndEmptyOutputOutputBuilder;
    3         -
    4      2   
pub use crate::operation::empty_input_and_empty_output::_empty_input_and_empty_output_input::EmptyInputAndEmptyOutputInputBuilder;
    5      3   
           4  +
pub use crate::operation::empty_input_and_empty_output::_empty_input_and_empty_output_output::EmptyInputAndEmptyOutputOutputBuilder;
           5  +
    6      6   
impl crate::operation::empty_input_and_empty_output::builders::EmptyInputAndEmptyOutputInputBuilder {
    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::empty_input_and_empty_output::EmptyInputAndEmptyOutputOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::empty_input_and_empty_output::EmptyInputAndEmptyOutputError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -334,334 +373,373 @@
  354    354   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  355    355   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  356    356   
    ) -> Self {
  357    357   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  358    358   
            source,
  359    359   
            meta: meta.unwrap_or_default(),
  360    360   
        })
  361    361   
    }
  362    362   
}
  363    363   
  364         -
pub use crate::operation::endpoint_operation::_endpoint_operation_output::EndpointOperationOutput;
  365         -
  366    364   
pub use crate::operation::endpoint_operation::_endpoint_operation_input::EndpointOperationInput;
  367    365   
         366  +
pub use crate::operation::endpoint_operation::_endpoint_operation_output::EndpointOperationOutput;
         367  +
  368    368   
mod _endpoint_operation_input;
  369    369   
  370    370   
mod _endpoint_operation_output;
  371    371   
  372    372   
/// Builders
  373    373   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/endpoint_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::endpoint_operation::_endpoint_operation_output::EndpointOperationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::endpoint_operation::_endpoint_operation_input::EndpointOperationInputBuilder;
    5      3   
           4  +
pub use crate::operation::endpoint_operation::_endpoint_operation_output::EndpointOperationOutputBuilder;
           5  +
    6      6   
impl crate::operation::endpoint_operation::builders::EndpointOperationInputBuilder {
    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::endpoint_operation::EndpointOperationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::endpoint_operation::EndpointOperationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -361,361 +400,400 @@
  381    381   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  382    382   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  383    383   
    ) -> Self {
  384    384   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  385    385   
            source,
  386    386   
            meta: meta.unwrap_or_default(),
  387    387   
        })
  388    388   
    }
  389    389   
}
  390    390   
  391         -
pub use crate::operation::endpoint_with_host_label_operation::_endpoint_with_host_label_operation_output::EndpointWithHostLabelOperationOutput;
  392         -
  393    391   
pub use crate::operation::endpoint_with_host_label_operation::_endpoint_with_host_label_operation_input::EndpointWithHostLabelOperationInput;
  394    392   
         393  +
pub use crate::operation::endpoint_with_host_label_operation::_endpoint_with_host_label_operation_output::EndpointWithHostLabelOperationOutput;
         394  +
  395    395   
mod _endpoint_with_host_label_operation_input;
  396    396   
  397    397   
mod _endpoint_with_host_label_operation_output;
  398    398   
  399    399   
/// Builders
  400    400   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/endpoint_with_host_label_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::endpoint_with_host_label_operation::_endpoint_with_host_label_operation_output::EndpointWithHostLabelOperationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::endpoint_with_host_label_operation::_endpoint_with_host_label_operation_input::EndpointWithHostLabelOperationInputBuilder;
    5      3   
           4  +
pub use crate::operation::endpoint_with_host_label_operation::_endpoint_with_host_label_operation_output::EndpointWithHostLabelOperationOutputBuilder;
           5  +
    6      6   
impl crate::operation::endpoint_with_host_label_operation::builders::EndpointWithHostLabelOperationInputBuilder {
    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::endpoint_with_host_label_operation::EndpointWithHostLabelOperationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::endpoint_with_host_label_operation::EndpointWithHostLabelOperationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -348,348 +387,387 @@
  368    368   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  369    369   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  370    370   
    ) -> Self {
  371    371   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  372    372   
            source,
  373    373   
            meta: meta.unwrap_or_default(),
  374    374   
        })
  375    375   
    }
  376    376   
}
  377    377   
  378         -
pub use crate::operation::flattened_xml_map::_flattened_xml_map_output::FlattenedXmlMapOutput;
  379         -
  380    378   
pub use crate::operation::flattened_xml_map::_flattened_xml_map_input::FlattenedXmlMapInput;
  381    379   
         380  +
pub use crate::operation::flattened_xml_map::_flattened_xml_map_output::FlattenedXmlMapOutput;
         381  +
  382    382   
mod _flattened_xml_map_input;
  383    383   
  384    384   
mod _flattened_xml_map_output;
  385    385   
  386    386   
/// Builders
  387    387   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/flattened_xml_map/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::flattened_xml_map::_flattened_xml_map_output::FlattenedXmlMapOutputBuilder;
    3         -
    4      2   
pub use crate::operation::flattened_xml_map::_flattened_xml_map_input::FlattenedXmlMapInputBuilder;
    5      3   
           4  +
pub use crate::operation::flattened_xml_map::_flattened_xml_map_output::FlattenedXmlMapOutputBuilder;
           5  +
    6      6   
impl crate::operation::flattened_xml_map::builders::FlattenedXmlMapInputBuilder {
    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::flattened_xml_map::FlattenedXmlMapOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::flattened_xml_map::FlattenedXmlMapError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -348,348 +387,387 @@
  368    368   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  369    369   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  370    370   
    ) -> Self {
  371    371   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  372    372   
            source,
  373    373   
            meta: meta.unwrap_or_default(),
  374    374   
        })
  375    375   
    }
  376    376   
}
  377    377   
  378         -
pub use crate::operation::flattened_xml_map_with_xml_name::_flattened_xml_map_with_xml_name_output::FlattenedXmlMapWithXmlNameOutput;
  379         -
  380    378   
pub use crate::operation::flattened_xml_map_with_xml_name::_flattened_xml_map_with_xml_name_input::FlattenedXmlMapWithXmlNameInput;
  381    379   
         380  +
pub use crate::operation::flattened_xml_map_with_xml_name::_flattened_xml_map_with_xml_name_output::FlattenedXmlMapWithXmlNameOutput;
         381  +
  382    382   
mod _flattened_xml_map_with_xml_name_input;
  383    383   
  384    384   
mod _flattened_xml_map_with_xml_name_output;
  385    385   
  386    386   
/// Builders
  387    387   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/flattened_xml_map_with_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::flattened_xml_map_with_xml_name::_flattened_xml_map_with_xml_name_output::FlattenedXmlMapWithXmlNameOutputBuilder;
    3         -
    4      2   
pub use crate::operation::flattened_xml_map_with_xml_name::_flattened_xml_map_with_xml_name_input::FlattenedXmlMapWithXmlNameInputBuilder;
    5      3   
           4  +
pub use crate::operation::flattened_xml_map_with_xml_name::_flattened_xml_map_with_xml_name_output::FlattenedXmlMapWithXmlNameOutputBuilder;
           5  +
    6      6   
impl crate::operation::flattened_xml_map_with_xml_name::builders::FlattenedXmlMapWithXmlNameInputBuilder {
    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::flattened_xml_map_with_xml_name::FlattenedXmlMapWithXmlNameOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::flattened_xml_map_with_xml_name::FlattenedXmlMapWithXmlNameError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -354,354 +393,393 @@
  374    374   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  375    375   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  376    376   
    ) -> Self {
  377    377   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  378    378   
            source,
  379    379   
            meta: meta.unwrap_or_default(),
  380    380   
        })
  381    381   
    }
  382    382   
}
  383    383   
  384         -
pub use crate::operation::flattened_xml_map_with_xml_namespace::_flattened_xml_map_with_xml_namespace_output::FlattenedXmlMapWithXmlNamespaceOutput;
  385         -
  386    384   
pub use crate::operation::flattened_xml_map_with_xml_namespace::_flattened_xml_map_with_xml_namespace_input::FlattenedXmlMapWithXmlNamespaceInput;
  387    385   
         386  +
pub use crate::operation::flattened_xml_map_with_xml_namespace::_flattened_xml_map_with_xml_namespace_output::FlattenedXmlMapWithXmlNamespaceOutput;
         387  +
  388    388   
mod _flattened_xml_map_with_xml_namespace_input;
  389    389   
  390    390   
mod _flattened_xml_map_with_xml_namespace_output;
  391    391   
  392    392   
/// Builders
  393    393   
pub mod builders;

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/operation/flattened_xml_map_with_xml_namespace/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::flattened_xml_map_with_xml_namespace::_flattened_xml_map_with_xml_namespace_output::FlattenedXmlMapWithXmlNamespaceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::flattened_xml_map_with_xml_namespace::_flattened_xml_map_with_xml_namespace_input::FlattenedXmlMapWithXmlNamespaceInputBuilder;
    5      3   
           4  +
pub use crate::operation::flattened_xml_map_with_xml_namespace::_flattened_xml_map_with_xml_namespace_output::FlattenedXmlMapWithXmlNamespaceOutputBuilder;
           5  +
    6      6   
impl crate::operation::flattened_xml_map_with_xml_namespace::builders::FlattenedXmlMapWithXmlNamespaceInputBuilder {
    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::flattened_xml_map_with_xml_namespace::FlattenedXmlMapWithXmlNamespaceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::flattened_xml_map_with_xml_namespace::FlattenedXmlMapWithXmlNamespaceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -339,339 +378,378 @@
  359    359   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  360    360   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  361    361   
    ) -> Self {
  362    362   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  363    363   
            source,
  364    364   
            meta: meta.unwrap_or_default(),
  365    365   
        })
  366    366   
    }
  367    367   
}
  368    368   
  369         -
pub use crate::operation::fractional_seconds::_fractional_seconds_output::FractionalSecondsOutput;
  370         -
  371    369   
pub use crate::operation::fractional_seconds::_fractional_seconds_input::FractionalSecondsInput;
  372    370   
         371  +
pub use crate::operation::fractional_seconds::_fractional_seconds_output::FractionalSecondsOutput;
         372  +
  373    373   
mod _fractional_seconds_input;
  374    374   
  375    375   
mod _fractional_seconds_output;
  376    376   
  377    377   
/// Builders
  378    378   
pub mod builders;