AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/operation/describe_kinesis_streaming_destination.rs

@@ -377,377 +416,416 @@
  397    397   
            meta: meta.unwrap_or_default(),
  398    398   
        })
  399    399   
    }
  400    400   
}
  401    401   
impl ::aws_types::request_id::RequestId for crate::operation::describe_kinesis_streaming_destination::DescribeKinesisStreamingDestinationError {
  402    402   
    fn request_id(&self) -> Option<&str> {
  403    403   
        self.meta().request_id()
  404    404   
    }
  405    405   
}
  406    406   
  407         -
pub use crate::operation::describe_kinesis_streaming_destination::_describe_kinesis_streaming_destination_output::DescribeKinesisStreamingDestinationOutput;
  408         -
  409    407   
pub use crate::operation::describe_kinesis_streaming_destination::_describe_kinesis_streaming_destination_input::DescribeKinesisStreamingDestinationInput;
  410    408   
         409  +
pub use crate::operation::describe_kinesis_streaming_destination::_describe_kinesis_streaming_destination_output::DescribeKinesisStreamingDestinationOutput;
         410  +
  411    411   
mod _describe_kinesis_streaming_destination_input;
  412    412   
  413    413   
mod _describe_kinesis_streaming_destination_output;
  414    414   
  415    415   
/// Builders
  416    416   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/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/aws-sdk/sdk/dynamodb/src/operation/describe_limits.rs

@@ -345,345 +384,384 @@
  365    365   
            meta: meta.unwrap_or_default(),
  366    366   
        })
  367    367   
    }
  368    368   
}
  369    369   
impl ::aws_types::request_id::RequestId for crate::operation::describe_limits::DescribeLimitsError {
  370    370   
    fn request_id(&self) -> Option<&str> {
  371    371   
        self.meta().request_id()
  372    372   
    }
  373    373   
}
  374    374   
  375         -
pub use crate::operation::describe_limits::_describe_limits_output::DescribeLimitsOutput;
  376         -
  377    375   
pub use crate::operation::describe_limits::_describe_limits_input::DescribeLimitsInput;
  378    376   
         377  +
pub use crate::operation::describe_limits::_describe_limits_output::DescribeLimitsOutput;
         378  +
  379    379   
mod _describe_limits_input;
  380    380   
  381    381   
mod _describe_limits_output;
  382    382   
  383    383   
/// Builders
  384    384   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/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/aws-sdk/sdk/dynamodb/src/operation/describe_table.rs

@@ -362,362 +401,401 @@
  382    382   
            meta: meta.unwrap_or_default(),
  383    383   
        })
  384    384   
    }
  385    385   
}
  386    386   
impl ::aws_types::request_id::RequestId for crate::operation::describe_table::DescribeTableError {
  387    387   
    fn request_id(&self) -> Option<&str> {
  388    388   
        self.meta().request_id()
  389    389   
    }
  390    390   
}
  391    391   
  392         -
pub use crate::operation::describe_table::_describe_table_output::DescribeTableOutput;
  393         -
  394    392   
pub use crate::operation::describe_table::_describe_table_input::DescribeTableInput;
  395    393   
         394  +
pub use crate::operation::describe_table::_describe_table_output::DescribeTableOutput;
         395  +
  396    396   
mod _describe_table_input;
  397    397   
  398    398   
mod _describe_table_output;
  399    399   
  400    400   
/// Builders
  401    401   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/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/aws-sdk/sdk/dynamodb/src/operation/describe_table_replica_auto_scaling.rs

@@ -365,365 +404,404 @@
  385    385   
            meta: meta.unwrap_or_default(),
  386    386   
        })
  387    387   
    }
  388    388   
}
  389    389   
impl ::aws_types::request_id::RequestId for crate::operation::describe_table_replica_auto_scaling::DescribeTableReplicaAutoScalingError {
  390    390   
    fn request_id(&self) -> Option<&str> {
  391    391   
        self.meta().request_id()
  392    392   
    }
  393    393   
}
  394    394   
  395         -
pub use crate::operation::describe_table_replica_auto_scaling::_describe_table_replica_auto_scaling_output::DescribeTableReplicaAutoScalingOutput;
  396         -
  397    395   
pub use crate::operation::describe_table_replica_auto_scaling::_describe_table_replica_auto_scaling_input::DescribeTableReplicaAutoScalingInput;
  398    396   
         397  +
pub use crate::operation::describe_table_replica_auto_scaling::_describe_table_replica_auto_scaling_output::DescribeTableReplicaAutoScalingOutput;
         398  +
  399    399   
mod _describe_table_replica_auto_scaling_input;
  400    400   
  401    401   
mod _describe_table_replica_auto_scaling_output;
  402    402   
  403    403   
/// Builders
  404    404   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/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/aws-sdk/sdk/dynamodb/src/operation/describe_time_to_live.rs

@@ -367,367 +406,406 @@
  387    387   
            meta: meta.unwrap_or_default(),
  388    388   
        })
  389    389   
    }
  390    390   
}
  391    391   
impl ::aws_types::request_id::RequestId for crate::operation::describe_time_to_live::DescribeTimeToLiveError {
  392    392   
    fn request_id(&self) -> Option<&str> {
  393    393   
        self.meta().request_id()
  394    394   
    }
  395    395   
}
  396    396   
  397         -
pub use crate::operation::describe_time_to_live::_describe_time_to_live_output::DescribeTimeToLiveOutput;
  398         -
  399    397   
pub use crate::operation::describe_time_to_live::_describe_time_to_live_input::DescribeTimeToLiveInput;
  400    398   
         399  +
pub use crate::operation::describe_time_to_live::_describe_time_to_live_output::DescribeTimeToLiveOutput;
         400  +
  401    401   
mod _describe_time_to_live_input;
  402    402   
  403    403   
mod _describe_time_to_live_output;
  404    404   
  405    405   
/// Builders
  406    406   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/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/aws-sdk/sdk/dynamodb/src/operation/disable_kinesis_streaming_destination.rs

@@ -412,412 +451,451 @@
  432    432   
            meta: meta.unwrap_or_default(),
  433    433   
        })
  434    434   
    }
  435    435   
}
  436    436   
impl ::aws_types::request_id::RequestId for crate::operation::disable_kinesis_streaming_destination::DisableKinesisStreamingDestinationError {
  437    437   
    fn request_id(&self) -> Option<&str> {
  438    438   
        self.meta().request_id()
  439    439   
    }
  440    440   
}
  441    441   
  442         -
pub use crate::operation::disable_kinesis_streaming_destination::_disable_kinesis_streaming_destination_output::DisableKinesisStreamingDestinationOutput;
  443         -
  444    442   
pub use crate::operation::disable_kinesis_streaming_destination::_disable_kinesis_streaming_destination_input::DisableKinesisStreamingDestinationInput;
  445    443   
         444  +
pub use crate::operation::disable_kinesis_streaming_destination::_disable_kinesis_streaming_destination_output::DisableKinesisStreamingDestinationOutput;
         445  +
  446    446   
mod _disable_kinesis_streaming_destination_input;
  447    447   
  448    448   
mod _disable_kinesis_streaming_destination_output;
  449    449   
  450    450   
/// Builders
  451    451   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/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/aws-sdk/sdk/dynamodb/src/operation/enable_kinesis_streaming_destination.rs

@@ -412,412 +451,451 @@
  432    432   
            meta: meta.unwrap_or_default(),
  433    433   
        })
  434    434   
    }
  435    435   
}
  436    436   
impl ::aws_types::request_id::RequestId for crate::operation::enable_kinesis_streaming_destination::EnableKinesisStreamingDestinationError {
  437    437   
    fn request_id(&self) -> Option<&str> {
  438    438   
        self.meta().request_id()
  439    439   
    }
  440    440   
}
  441    441   
  442         -
pub use crate::operation::enable_kinesis_streaming_destination::_enable_kinesis_streaming_destination_output::EnableKinesisStreamingDestinationOutput;
  443         -
  444    442   
pub use crate::operation::enable_kinesis_streaming_destination::_enable_kinesis_streaming_destination_input::EnableKinesisStreamingDestinationInput;
  445    443   
         444  +
pub use crate::operation::enable_kinesis_streaming_destination::_enable_kinesis_streaming_destination_output::EnableKinesisStreamingDestinationOutput;
         445  +
  446    446   
mod _enable_kinesis_streaming_destination_input;
  447    447   
  448    448   
mod _enable_kinesis_streaming_destination_output;
  449    449   
  450    450   
/// Builders
  451    451   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/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/aws-sdk/sdk/dynamodb/src/operation/execute_statement.rs

@@ -418,418 +457,457 @@
  438    438   
            meta: meta.unwrap_or_default(),
  439    439   
        })
  440    440   
    }
  441    441   
}
  442    442   
impl ::aws_types::request_id::RequestId for crate::operation::execute_statement::ExecuteStatementError {
  443    443   
    fn request_id(&self) -> Option<&str> {
  444    444   
        self.meta().request_id()
  445    445   
    }
  446    446   
}
  447    447   
  448         -
pub use crate::operation::execute_statement::_execute_statement_output::ExecuteStatementOutput;
  449         -
  450    448   
pub use crate::operation::execute_statement::_execute_statement_input::ExecuteStatementInput;
  451    449   
         450  +
pub use crate::operation::execute_statement::_execute_statement_output::ExecuteStatementOutput;
         451  +
  452    452   
mod _execute_statement_input;
  453    453   
  454    454   
mod _execute_statement_output;
  455    455   
  456    456   
/// Builders
  457    457   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/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,