Client Test

Client Test

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_continuous_backups/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::describe_continuous_backups::_describe_continuous_backups_output::DescribeContinuousBackupsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_continuous_backups::_describe_continuous_backups_input::DescribeContinuousBackupsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_continuous_backups::_describe_continuous_backups_output::DescribeContinuousBackupsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_continuous_backups::builders::DescribeContinuousBackupsInputBuilder {
    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::describe_continuous_backups::DescribeContinuousBackupsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_continuous_backups::DescribeContinuousBackupsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_contributor_insights.rs

@@ -325,325 +364,364 @@
  345    345   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  346    346   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  347    347   
    ) -> Self {
  348    348   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  349    349   
            source,
  350    350   
            meta: meta.unwrap_or_default(),
  351    351   
        })
  352    352   
    }
  353    353   
}
  354    354   
  355         -
pub use crate::operation::describe_contributor_insights::_describe_contributor_insights_output::DescribeContributorInsightsOutput;
  356         -
  357    355   
pub use crate::operation::describe_contributor_insights::_describe_contributor_insights_input::DescribeContributorInsightsInput;
  358    356   
         357  +
pub use crate::operation::describe_contributor_insights::_describe_contributor_insights_output::DescribeContributorInsightsOutput;
         358  +
  359    359   
mod _describe_contributor_insights_input;
  360    360   
  361    361   
mod _describe_contributor_insights_output;
  362    362   
  363    363   
/// Builders
  364    364   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_contributor_insights/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::describe_contributor_insights::_describe_contributor_insights_output::DescribeContributorInsightsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_contributor_insights::_describe_contributor_insights_input::DescribeContributorInsightsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_contributor_insights::_describe_contributor_insights_output::DescribeContributorInsightsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_contributor_insights::builders::DescribeContributorInsightsInputBuilder {
    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::describe_contributor_insights::DescribeContributorInsightsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_contributor_insights::DescribeContributorInsightsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_endpoints.rs

@@ -294,294 +333,333 @@
  314    314   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  315    315   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  316    316   
    ) -> Self {
  317    317   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  318    318   
            source,
  319    319   
            meta: meta.unwrap_or_default(),
  320    320   
        })
  321    321   
    }
  322    322   
}
  323    323   
  324         -
pub use crate::operation::describe_endpoints::_describe_endpoints_output::DescribeEndpointsOutput;
  325         -
  326    324   
pub use crate::operation::describe_endpoints::_describe_endpoints_input::DescribeEndpointsInput;
  327    325   
         326  +
pub use crate::operation::describe_endpoints::_describe_endpoints_output::DescribeEndpointsOutput;
         327  +
  328    328   
mod _describe_endpoints_input;
  329    329   
  330    330   
mod _describe_endpoints_output;
  331    331   
  332    332   
/// Builders
  333    333   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_endpoints/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::describe_endpoints::_describe_endpoints_output::DescribeEndpointsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_endpoints::_describe_endpoints_input::DescribeEndpointsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_endpoints::_describe_endpoints_output::DescribeEndpointsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_endpoints::builders::DescribeEndpointsInputBuilder {
    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::describe_endpoints::DescribeEndpointsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_endpoints::DescribeEndpointsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_export.rs

@@ -330,330 +369,369 @@
  350    350   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  351    351   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  352    352   
    ) -> Self {
  353    353   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  354    354   
            source,
  355    355   
            meta: meta.unwrap_or_default(),
  356    356   
        })
  357    357   
    }
  358    358   
}
  359    359   
  360         -
pub use crate::operation::describe_export::_describe_export_output::DescribeExportOutput;
  361         -
  362    360   
pub use crate::operation::describe_export::_describe_export_input::DescribeExportInput;
  363    361   
         362  +
pub use crate::operation::describe_export::_describe_export_output::DescribeExportOutput;
         363  +
  364    364   
mod _describe_export_input;
  365    365   
  366    366   
mod _describe_export_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_export/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::describe_export::_describe_export_output::DescribeExportOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_export::_describe_export_input::DescribeExportInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_export::_describe_export_output::DescribeExportOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_export::builders::DescribeExportInputBuilder {
    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::describe_export::DescribeExportOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_export::DescribeExportError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_global_table.rs

@@ -329,329 +368,368 @@
  349    349   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  350    350   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  351    351   
    ) -> Self {
  352    352   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  353    353   
            source,
  354    354   
            meta: meta.unwrap_or_default(),
  355    355   
        })
  356    356   
    }
  357    357   
}
  358    358   
  359         -
pub use crate::operation::describe_global_table::_describe_global_table_output::DescribeGlobalTableOutput;
  360         -
  361    359   
pub use crate::operation::describe_global_table::_describe_global_table_input::DescribeGlobalTableInput;
  362    360   
         361  +
pub use crate::operation::describe_global_table::_describe_global_table_output::DescribeGlobalTableOutput;
         362  +
  363    363   
mod _describe_global_table_input;
  364    364   
  365    365   
mod _describe_global_table_output;
  366    366   
  367    367   
/// Builders
  368    368   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_global_table/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::describe_global_table::_describe_global_table_output::DescribeGlobalTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_global_table::_describe_global_table_input::DescribeGlobalTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_global_table::_describe_global_table_output::DescribeGlobalTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_global_table::builders::DescribeGlobalTableInputBuilder {
    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::describe_global_table::DescribeGlobalTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_global_table::DescribeGlobalTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_global_table_settings.rs

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

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_global_table_settings/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::describe_global_table_settings::_describe_global_table_settings_output::DescribeGlobalTableSettingsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_global_table_settings::_describe_global_table_settings_input::DescribeGlobalTableSettingsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_global_table_settings::_describe_global_table_settings_output::DescribeGlobalTableSettingsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_global_table_settings::builders::DescribeGlobalTableSettingsInputBuilder {
    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::describe_global_table_settings::DescribeGlobalTableSettingsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_global_table_settings::DescribeGlobalTableSettingsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_kinesis_streaming_destination.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::describe_kinesis_streaming_destination::_describe_kinesis_streaming_destination_output::DescribeKinesisStreamingDestinationOutput;
  370         -
  371    369   
pub use crate::operation::describe_kinesis_streaming_destination::_describe_kinesis_streaming_destination_input::DescribeKinesisStreamingDestinationInput;
  372    370   
         371  +
pub use crate::operation::describe_kinesis_streaming_destination::_describe_kinesis_streaming_destination_output::DescribeKinesisStreamingDestinationOutput;
         372  +
  373    373   
mod _describe_kinesis_streaming_destination_input;
  374    374   
  375    375   
mod _describe_kinesis_streaming_destination_output;
  376    376   
  377    377   
/// Builders
  378    378   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_kinesis_streaming_destination/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::describe_kinesis_streaming_destination::_describe_kinesis_streaming_destination_output::DescribeKinesisStreamingDestinationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_kinesis_streaming_destination::_describe_kinesis_streaming_destination_input::DescribeKinesisStreamingDestinationInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_kinesis_streaming_destination::_describe_kinesis_streaming_destination_output::DescribeKinesisStreamingDestinationOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_kinesis_streaming_destination::builders::DescribeKinesisStreamingDestinationInputBuilder {
    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::describe_kinesis_streaming_destination::DescribeKinesisStreamingDestinationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_kinesis_streaming_destination::DescribeKinesisStreamingDestinationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_limits.rs

@@ -314,314 +353,353 @@
  334    334   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  335    335   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  336    336   
    ) -> Self {
  337    337   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  338    338   
            source,
  339    339   
            meta: meta.unwrap_or_default(),
  340    340   
        })
  341    341   
    }
  342    342   
}
  343    343   
  344         -
pub use crate::operation::describe_limits::_describe_limits_output::DescribeLimitsOutput;
  345         -
  346    344   
pub use crate::operation::describe_limits::_describe_limits_input::DescribeLimitsInput;
  347    345   
         346  +
pub use crate::operation::describe_limits::_describe_limits_output::DescribeLimitsOutput;
         347  +
  348    348   
mod _describe_limits_input;
  349    349   
  350    350   
mod _describe_limits_output;
  351    351   
  352    352   
/// Builders
  353    353   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_limits/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::describe_limits::_describe_limits_output::DescribeLimitsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_limits::_describe_limits_input::DescribeLimitsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_limits::_describe_limits_output::DescribeLimitsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_limits::builders::DescribeLimitsInputBuilder {
    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::describe_limits::DescribeLimitsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_limits::DescribeLimitsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_table.rs

@@ -324,324 +363,363 @@
  344    344   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  345    345   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  346    346   
    ) -> Self {
  347    347   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  348    348   
            source,
  349    349   
            meta: meta.unwrap_or_default(),
  350    350   
        })
  351    351   
    }
  352    352   
}
  353    353   
  354         -
pub use crate::operation::describe_table::_describe_table_output::DescribeTableOutput;
  355         -
  356    354   
pub use crate::operation::describe_table::_describe_table_input::DescribeTableInput;
  357    355   
         356  +
pub use crate::operation::describe_table::_describe_table_output::DescribeTableOutput;
         357  +
  358    358   
mod _describe_table_input;
  359    359   
  360    360   
mod _describe_table_output;
  361    361   
  362    362   
/// Builders
  363    363   
pub mod builders;