Client Test

Client Test

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/batch_write_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::batch_write_item::_batch_write_item_output::BatchWriteItemOutputBuilder;
    3         -
    4      2   
pub use crate::operation::batch_write_item::_batch_write_item_input::BatchWriteItemInputBuilder;
    5      3   
           4  +
pub use crate::operation::batch_write_item::_batch_write_item_output::BatchWriteItemOutputBuilder;
           5  +
    6      6   
impl crate::operation::batch_write_item::builders::BatchWriteItemInputBuilder {
    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::batch_write_item::BatchWriteItemOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::batch_write_item::BatchWriteItemError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

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

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/create_backup/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::create_backup::_create_backup_output::CreateBackupOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_backup::_create_backup_input::CreateBackupInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_backup::_create_backup_output::CreateBackupOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_backup::builders::CreateBackupInputBuilder {
    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::create_backup::CreateBackupOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_backup::CreateBackupError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -350,350 +389,389 @@
  370    370   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  371    371   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  372    372   
    ) -> Self {
  373    373   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  374    374   
            source,
  375    375   
            meta: meta.unwrap_or_default(),
  376    376   
        })
  377    377   
    }
  378    378   
}
  379    379   
  380         -
pub use crate::operation::create_global_table::_create_global_table_output::CreateGlobalTableOutput;
  381         -
  382    380   
pub use crate::operation::create_global_table::_create_global_table_input::CreateGlobalTableInput;
  383    381   
         382  +
pub use crate::operation::create_global_table::_create_global_table_output::CreateGlobalTableOutput;
         383  +
  384    384   
mod _create_global_table_input;
  385    385   
  386    386   
mod _create_global_table_output;
  387    387   
  388    388   
/// Builders
  389    389   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/create_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::create_global_table::_create_global_table_output::CreateGlobalTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_global_table::_create_global_table_input::CreateGlobalTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_global_table::_create_global_table_output::CreateGlobalTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_global_table::builders::CreateGlobalTableInputBuilder {
    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::create_global_table::CreateGlobalTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_global_table::CreateGlobalTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -337,337 +376,376 @@
  357    357   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  358    358   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  359    359   
    ) -> Self {
  360    360   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  361    361   
            source,
  362    362   
            meta: meta.unwrap_or_default(),
  363    363   
        })
  364    364   
    }
  365    365   
}
  366    366   
  367         -
pub use crate::operation::create_table::_create_table_output::CreateTableOutput;
  368         -
  369    367   
pub use crate::operation::create_table::_create_table_input::CreateTableInput;
  370    368   
         369  +
pub use crate::operation::create_table::_create_table_output::CreateTableOutput;
         370  +
  371    371   
mod _create_table_input;
  372    372   
  373    373   
mod _create_table_output;
  374    374   
  375    375   
/// Builders
  376    376   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/create_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::create_table::_create_table_output::CreateTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_table::_create_table_input::CreateTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_table::_create_table_output::CreateTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_table::builders::CreateTableInputBuilder {
    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::create_table::CreateTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_table::CreateTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/delete_backup.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::delete_backup::_delete_backup_output::DeleteBackupOutput;
  378         -
  379    377   
pub use crate::operation::delete_backup::_delete_backup_input::DeleteBackupInput;
  380    378   
         379  +
pub use crate::operation::delete_backup::_delete_backup_output::DeleteBackupOutput;
         380  +
  381    381   
mod _delete_backup_input;
  382    382   
  383    383   
mod _delete_backup_output;
  384    384   
  385    385   
/// Builders
  386    386   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/delete_backup/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::delete_backup::_delete_backup_output::DeleteBackupOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_backup::_delete_backup_input::DeleteBackupInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_backup::_delete_backup_output::DeleteBackupOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_backup::builders::DeleteBackupInputBuilder {
    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::delete_backup::DeleteBackupOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_backup::DeleteBackupError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/delete_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::delete_item::_delete_item_output::DeleteItemOutput;
  403         -
  404    402   
pub use crate::operation::delete_item::_delete_item_input::DeleteItemInput;
  405    403   
         404  +
pub use crate::operation::delete_item::_delete_item_output::DeleteItemOutput;
         405  +
  406    406   
mod _delete_item_input;
  407    407   
  408    408   
mod _delete_item_output;
  409    409   
  410    410   
/// Builders
  411    411   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/delete_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::delete_item::_delete_item_output::DeleteItemOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_item::_delete_item_input::DeleteItemInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_item::_delete_item_output::DeleteItemOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_item::builders::DeleteItemInputBuilder {
    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::delete_item::DeleteItemOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_item::DeleteItemError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/delete_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::delete_table::_delete_table_output::DeleteTableOutput;
  378         -
  379    377   
pub use crate::operation::delete_table::_delete_table_input::DeleteTableInput;
  380    378   
         379  +
pub use crate::operation::delete_table::_delete_table_output::DeleteTableOutput;
         380  +
  381    381   
mod _delete_table_input;
  382    382   
  383    383   
mod _delete_table_output;
  384    384   
  385    385   
/// Builders
  386    386   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/delete_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::delete_table::_delete_table_output::DeleteTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_table::_delete_table_input::DeleteTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_table::_delete_table_output::DeleteTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_table::builders::DeleteTableInputBuilder {
    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::delete_table::DeleteTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_table::DeleteTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -327,327 +366,366 @@
  347    347   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  348    348   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  349    349   
    ) -> Self {
  350    350   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  351    351   
            source,
  352    352   
            meta: meta.unwrap_or_default(),
  353    353   
        })
  354    354   
    }
  355    355   
}
  356    356   
  357         -
pub use crate::operation::describe_backup::_describe_backup_output::DescribeBackupOutput;
  358         -
  359    357   
pub use crate::operation::describe_backup::_describe_backup_input::DescribeBackupInput;
  360    358   
         359  +
pub use crate::operation::describe_backup::_describe_backup_output::DescribeBackupOutput;
         360  +
  361    361   
mod _describe_backup_input;
  362    362   
  363    363   
mod _describe_backup_output;
  364    364   
  365    365   
/// Builders
  366    366   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_backup/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_backup::_describe_backup_output::DescribeBackupOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_backup::_describe_backup_input::DescribeBackupInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_backup::_describe_backup_output::DescribeBackupOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_backup::builders::DescribeBackupInputBuilder {
    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_backup::DescribeBackupOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_backup::DescribeBackupError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_continuous_backups.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_continuous_backups::_describe_continuous_backups_output::DescribeContinuousBackupsOutput;
  366         -
  367    365   
pub use crate::operation::describe_continuous_backups::_describe_continuous_backups_input::DescribeContinuousBackupsInput;
  368    366   
         367  +
pub use crate::operation::describe_continuous_backups::_describe_continuous_backups_output::DescribeContinuousBackupsOutput;
         368  +
  369    369   
mod _describe_continuous_backups_input;
  370    370   
  371    371   
mod _describe_continuous_backups_output;
  372    372   
  373    373   
/// Builders
  374    374   
pub mod builders;