Client Test

Client Test

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/transact_write_items/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::transact_write_items::_transact_write_items_output::TransactWriteItemsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::transact_write_items::_transact_write_items_input::TransactWriteItemsInputBuilder;
    5      3   
           4  +
pub use crate::operation::transact_write_items::_transact_write_items_output::TransactWriteItemsOutputBuilder;
           5  +
    6      6   
impl crate::operation::transact_write_items::builders::TransactWriteItemsInputBuilder {
    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::transact_write_items::TransactWriteItemsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::transact_write_items::TransactWriteItemsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

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

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/untag_resource/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::untag_resource::_untag_resource_output::UntagResourceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::untag_resource::_untag_resource_input::UntagResourceInputBuilder;
    5      3   
           4  +
pub use crate::operation::untag_resource::_untag_resource_output::UntagResourceOutputBuilder;
           5  +
    6      6   
impl crate::operation::untag_resource::builders::UntagResourceInputBuilder {
    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::untag_resource::UntagResourceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::untag_resource::UntagResourceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/update_continuous_backups.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::update_continuous_backups::_update_continuous_backups_output::UpdateContinuousBackupsOutput;
  370         -
  371    369   
pub use crate::operation::update_continuous_backups::_update_continuous_backups_input::UpdateContinuousBackupsInput;
  372    370   
         371  +
pub use crate::operation::update_continuous_backups::_update_continuous_backups_output::UpdateContinuousBackupsOutput;
         372  +
  373    373   
mod _update_continuous_backups_input;
  374    374   
  375    375   
mod _update_continuous_backups_output;
  376    376   
  377    377   
/// Builders
  378    378   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/update_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::update_continuous_backups::_update_continuous_backups_output::UpdateContinuousBackupsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_continuous_backups::_update_continuous_backups_input::UpdateContinuousBackupsInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_continuous_backups::_update_continuous_backups_output::UpdateContinuousBackupsOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_continuous_backups::builders::UpdateContinuousBackupsInputBuilder {
    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::update_continuous_backups::UpdateContinuousBackupsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_continuous_backups::UpdateContinuousBackupsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/update_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::update_contributor_insights::_update_contributor_insights_output::UpdateContributorInsightsOutput;
  356         -
  357    355   
pub use crate::operation::update_contributor_insights::_update_contributor_insights_input::UpdateContributorInsightsInput;
  358    356   
         357  +
pub use crate::operation::update_contributor_insights::_update_contributor_insights_output::UpdateContributorInsightsOutput;
         358  +
  359    359   
mod _update_contributor_insights_input;
  360    360   
  361    361   
mod _update_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/update_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::update_contributor_insights::_update_contributor_insights_output::UpdateContributorInsightsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_contributor_insights::_update_contributor_insights_input::UpdateContributorInsightsInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_contributor_insights::_update_contributor_insights_output::UpdateContributorInsightsOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_contributor_insights::builders::UpdateContributorInsightsInputBuilder {
    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::update_contributor_insights::UpdateContributorInsightsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_contributor_insights::UpdateContributorInsightsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

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

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/update_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::update_global_table::_update_global_table_output::UpdateGlobalTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_global_table::_update_global_table_input::UpdateGlobalTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_global_table::_update_global_table_output::UpdateGlobalTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_global_table::builders::UpdateGlobalTableInputBuilder {
    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::update_global_table::UpdateGlobalTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_global_table::UpdateGlobalTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

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

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/update_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::update_global_table_settings::_update_global_table_settings_output::UpdateGlobalTableSettingsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_global_table_settings::_update_global_table_settings_input::UpdateGlobalTableSettingsInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_global_table_settings::_update_global_table_settings_output::UpdateGlobalTableSettingsOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_global_table_settings::builders::UpdateGlobalTableSettingsInputBuilder {
    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::update_global_table_settings::UpdateGlobalTableSettingsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_global_table_settings::UpdateGlobalTableSettingsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

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

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/update_item/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::update_item::_update_item_output::UpdateItemOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_item::_update_item_input::UpdateItemInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_item::_update_item_output::UpdateItemOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_item::builders::UpdateItemInputBuilder {
    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::update_item::UpdateItemOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_item::UpdateItemError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

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

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/update_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::update_table::_update_table_output::UpdateTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_table::_update_table_input::UpdateTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_table::_update_table_output::UpdateTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_table::builders::UpdateTableInputBuilder {
    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::update_table::UpdateTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_table::UpdateTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/update_table_replica_auto_scaling.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::update_table_replica_auto_scaling::_update_table_replica_auto_scaling_output::UpdateTableReplicaAutoScalingOutput;
  379         -
  380    378   
pub use crate::operation::update_table_replica_auto_scaling::_update_table_replica_auto_scaling_input::UpdateTableReplicaAutoScalingInput;
  381    379   
         380  +
pub use crate::operation::update_table_replica_auto_scaling::_update_table_replica_auto_scaling_output::UpdateTableReplicaAutoScalingOutput;
         381  +
  382    382   
mod _update_table_replica_auto_scaling_input;
  383    383   
  384    384   
mod _update_table_replica_auto_scaling_output;
  385    385   
  386    386   
/// Builders
  387    387   
pub mod builders;