Client Test

Client Test

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

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;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_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_table::_describe_table_output::DescribeTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_table::_describe_table_input::DescribeTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_table::_describe_table_output::DescribeTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_table::builders::DescribeTableInputBuilder {
    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_table::DescribeTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_table::DescribeTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_table_replica_auto_scaling.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_table_replica_auto_scaling::_describe_table_replica_auto_scaling_output::DescribeTableReplicaAutoScalingOutput;
  358         -
  359    357   
pub use crate::operation::describe_table_replica_auto_scaling::_describe_table_replica_auto_scaling_input::DescribeTableReplicaAutoScalingInput;
  360    358   
         359  +
pub use crate::operation::describe_table_replica_auto_scaling::_describe_table_replica_auto_scaling_output::DescribeTableReplicaAutoScalingOutput;
         360  +
  361    361   
mod _describe_table_replica_auto_scaling_input;
  362    362   
  363    363   
mod _describe_table_replica_auto_scaling_output;
  364    364   
  365    365   
/// Builders
  366    366   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_table_replica_auto_scaling/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_table_replica_auto_scaling::_describe_table_replica_auto_scaling_output::DescribeTableReplicaAutoScalingOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_table_replica_auto_scaling::_describe_table_replica_auto_scaling_input::DescribeTableReplicaAutoScalingInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_table_replica_auto_scaling::_describe_table_replica_auto_scaling_output::DescribeTableReplicaAutoScalingOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_table_replica_auto_scaling::builders::DescribeTableReplicaAutoScalingInputBuilder {
    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_table_replica_auto_scaling::DescribeTableReplicaAutoScalingOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_table_replica_auto_scaling::DescribeTableReplicaAutoScalingError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_time_to_live.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_time_to_live::_describe_time_to_live_output::DescribeTimeToLiveOutput;
  360         -
  361    359   
pub use crate::operation::describe_time_to_live::_describe_time_to_live_input::DescribeTimeToLiveInput;
  362    360   
         361  +
pub use crate::operation::describe_time_to_live::_describe_time_to_live_output::DescribeTimeToLiveOutput;
         362  +
  363    363   
mod _describe_time_to_live_input;
  364    364   
  365    365   
mod _describe_time_to_live_output;
  366    366   
  367    367   
/// Builders
  368    368   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/describe_time_to_live/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_time_to_live::_describe_time_to_live_output::DescribeTimeToLiveOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_time_to_live::_describe_time_to_live_input::DescribeTimeToLiveInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_time_to_live::_describe_time_to_live_output::DescribeTimeToLiveOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_time_to_live::builders::DescribeTimeToLiveInputBuilder {
    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_time_to_live::DescribeTimeToLiveOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_time_to_live::DescribeTimeToLiveError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

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

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/disable_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::disable_kinesis_streaming_destination::_disable_kinesis_streaming_destination_output::DisableKinesisStreamingDestinationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::disable_kinesis_streaming_destination::_disable_kinesis_streaming_destination_input::DisableKinesisStreamingDestinationInputBuilder;
    5      3   
           4  +
pub use crate::operation::disable_kinesis_streaming_destination::_disable_kinesis_streaming_destination_output::DisableKinesisStreamingDestinationOutputBuilder;
           5  +
    6      6   
impl crate::operation::disable_kinesis_streaming_destination::builders::DisableKinesisStreamingDestinationInputBuilder {
    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::disable_kinesis_streaming_destination::DisableKinesisStreamingDestinationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::disable_kinesis_streaming_destination::DisableKinesisStreamingDestinationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

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

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/enable_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::enable_kinesis_streaming_destination::_enable_kinesis_streaming_destination_output::EnableKinesisStreamingDestinationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_kinesis_streaming_destination::_enable_kinesis_streaming_destination_input::EnableKinesisStreamingDestinationInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_kinesis_streaming_destination::_enable_kinesis_streaming_destination_output::EnableKinesisStreamingDestinationOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_kinesis_streaming_destination::builders::EnableKinesisStreamingDestinationInputBuilder {
    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::enable_kinesis_streaming_destination::EnableKinesisStreamingDestinationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_kinesis_streaming_destination::EnableKinesisStreamingDestinationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/execute_statement.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::execute_statement::_execute_statement_output::ExecuteStatementOutput;
  408         -
  409    407   
pub use crate::operation::execute_statement::_execute_statement_input::ExecuteStatementInput;
  410    408   
         409  +
pub use crate::operation::execute_statement::_execute_statement_output::ExecuteStatementOutput;
         410  +
  411    411   
mod _execute_statement_input;
  412    412   
  413    413   
mod _execute_statement_output;
  414    414   
  415    415   
/// Builders
  416    416   
pub mod builders;

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/operation/execute_statement/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::execute_statement::_execute_statement_output::ExecuteStatementOutputBuilder;
    3         -
    4      2   
pub use crate::operation::execute_statement::_execute_statement_input::ExecuteStatementInputBuilder;
    5      3   
           4  +
pub use crate::operation::execute_statement::_execute_statement_output::ExecuteStatementOutputBuilder;
           5  +
    6      6   
impl crate::operation::execute_statement::builders::ExecuteStatementInputBuilder {
    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::execute_statement::ExecuteStatementOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::execute_statement::ExecuteStatementError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -503,503 +542,542 @@
  523    523   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  524    524   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  525    525   
    ) -> Self {
  526    526   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  527    527   
            source,
  528    528   
            meta: meta.unwrap_or_default(),
  529    529   
        })
  530    530   
    }
  531    531   
}
  532    532   
  533         -
pub use crate::operation::execute_transaction::_execute_transaction_output::ExecuteTransactionOutput;
  534         -
  535    533   
pub use crate::operation::execute_transaction::_execute_transaction_input::ExecuteTransactionInput;
  536    534   
         535  +
pub use crate::operation::execute_transaction::_execute_transaction_output::ExecuteTransactionOutput;
         536  +
  537    537   
mod _execute_transaction_input;
  538    538   
  539    539   
mod _execute_transaction_output;
  540    540   
  541    541   
/// Builders
  542    542   
pub mod builders;