AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/lib.rs

@@ -1,1 +44,45 @@
    5      5   
#![allow(clippy::large_enum_variant)]
    6      6   
#![allow(clippy::wrong_self_convention)]
    7      7   
#![allow(clippy::should_implement_trait)]
    8      8   
#![allow(clippy::disallowed_names)]
    9      9   
#![allow(clippy::vec_init_then_push)]
   10     10   
#![allow(clippy::type_complexity)]
   11     11   
#![allow(clippy::needless_return)]
   12     12   
#![allow(clippy::derive_partial_eq_without_eq)]
   13     13   
#![allow(clippy::result_large_err)]
   14     14   
#![allow(clippy::unnecessary_map_on_constructor)]
          15  +
#![allow(clippy::useless_conversion)]
   15     16   
#![allow(clippy::deprecated_semver)]
   16     17   
#![allow(rustdoc::bare_urls)]
   17     18   
#![allow(rustdoc::redundant_explicit_links)]
   18     19   
#![allow(rustdoc::broken_intra_doc_links)]
   19     20   
#![allow(rustdoc::invalid_html_tags)]
   20     21   
#![forbid(unsafe_code)]
   21     22   
#![warn(missing_docs)]
   22     23   
#![cfg_attr(docsrs, feature(doc_cfg))]
   23     24   
//! Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative burdens of operating and scaling a distributed database, so that you don't have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling.
   24     25   
//!

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

@@ -360,360 +399,399 @@
  380    380   
            meta: meta.unwrap_or_default(),
  381    381   
        })
  382    382   
    }
  383    383   
}
  384    384   
impl ::aws_types::request_id::RequestId for crate::operation::batch_execute_statement::BatchExecuteStatementError {
  385    385   
    fn request_id(&self) -> Option<&str> {
  386    386   
        self.meta().request_id()
  387    387   
    }
  388    388   
}
  389    389   
  390         -
pub use crate::operation::batch_execute_statement::_batch_execute_statement_output::BatchExecuteStatementOutput;
  391         -
  392    390   
pub use crate::operation::batch_execute_statement::_batch_execute_statement_input::BatchExecuteStatementInput;
  393    391   
         392  +
pub use crate::operation::batch_execute_statement::_batch_execute_statement_output::BatchExecuteStatementOutput;
         393  +
  394    394   
mod _batch_execute_statement_input;
  395    395   
  396    396   
mod _batch_execute_statement_output;
  397    397   
  398    398   
/// Builders
  399    399   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/operation/batch_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::batch_execute_statement::_batch_execute_statement_output::BatchExecuteStatementOutputBuilder;
    3         -
    4      2   
pub use crate::operation::batch_execute_statement::_batch_execute_statement_input::BatchExecuteStatementInputBuilder;
    5      3   
           4  +
pub use crate::operation::batch_execute_statement::_batch_execute_statement_output::BatchExecuteStatementOutputBuilder;
           5  +
    6      6   
impl crate::operation::batch_execute_statement::builders::BatchExecuteStatementInputBuilder {
    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_execute_statement::BatchExecuteStatementOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::batch_execute_statement::BatchExecuteStatementError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -393,393 +432,432 @@
  413    413   
            meta: meta.unwrap_or_default(),
  414    414   
        })
  415    415   
    }
  416    416   
}
  417    417   
impl ::aws_types::request_id::RequestId for crate::operation::batch_get_item::BatchGetItemError {
  418    418   
    fn request_id(&self) -> Option<&str> {
  419    419   
        self.meta().request_id()
  420    420   
    }
  421    421   
}
  422    422   
  423         -
pub use crate::operation::batch_get_item::_batch_get_item_output::BatchGetItemOutput;
  424         -
  425    423   
pub use crate::operation::batch_get_item::_batch_get_item_input::BatchGetItemInput;
  426    424   
         425  +
pub use crate::operation::batch_get_item::_batch_get_item_output::BatchGetItemOutput;
         426  +
  427    427   
mod _batch_get_item_input;
  428    428   
  429    429   
mod _batch_get_item_output;
  430    430   
  431    431   
/// Builders
  432    432   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/operation/batch_get_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_get_item::_batch_get_item_output::BatchGetItemOutputBuilder;
    3         -
    4      2   
pub use crate::operation::batch_get_item::_batch_get_item_input::BatchGetItemInputBuilder;
    5      3   
           4  +
pub use crate::operation::batch_get_item::_batch_get_item_output::BatchGetItemOutputBuilder;
           5  +
    6      6   
impl crate::operation::batch_get_item::builders::BatchGetItemInputBuilder {
    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_get_item::BatchGetItemOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::batch_get_item::BatchGetItemError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -419,419 +458,458 @@
  439    439   
            meta: meta.unwrap_or_default(),
  440    440   
        })
  441    441   
    }
  442    442   
}
  443    443   
impl ::aws_types::request_id::RequestId for crate::operation::batch_write_item::BatchWriteItemError {
  444    444   
    fn request_id(&self) -> Option<&str> {
  445    445   
        self.meta().request_id()
  446    446   
    }
  447    447   
}
  448    448   
  449         -
pub use crate::operation::batch_write_item::_batch_write_item_output::BatchWriteItemOutput;
  450         -
  451    449   
pub use crate::operation::batch_write_item::_batch_write_item_input::BatchWriteItemInput;
  452    450   
         451  +
pub use crate::operation::batch_write_item::_batch_write_item_output::BatchWriteItemOutput;
         452  +
  453    453   
mod _batch_write_item_input;
  454    454   
  455    455   
mod _batch_write_item_output;
  456    456   
  457    457   
/// Builders
  458    458   
pub mod builders;

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

@@ -408,408 +447,447 @@
  428    428   
            meta: meta.unwrap_or_default(),
  429    429   
        })
  430    430   
    }
  431    431   
}
  432    432   
impl ::aws_types::request_id::RequestId for crate::operation::create_backup::CreateBackupError {
  433    433   
    fn request_id(&self) -> Option<&str> {
  434    434   
        self.meta().request_id()
  435    435   
    }
  436    436   
}
  437    437   
  438         -
pub use crate::operation::create_backup::_create_backup_output::CreateBackupOutput;
  439         -
  440    438   
pub use crate::operation::create_backup::_create_backup_input::CreateBackupInput;
  441    439   
         440  +
pub use crate::operation::create_backup::_create_backup_output::CreateBackupOutput;
         441  +
  442    442   
mod _create_backup_input;
  443    443   
  444    444   
mod _create_backup_output;
  445    445   
  446    446   
/// Builders
  447    447   
pub mod builders;

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

@@ -393,393 +432,432 @@
  413    413   
            meta: meta.unwrap_or_default(),
  414    414   
        })
  415    415   
    }
  416    416   
}
  417    417   
impl ::aws_types::request_id::RequestId for crate::operation::create_global_table::CreateGlobalTableError {
  418    418   
    fn request_id(&self) -> Option<&str> {
  419    419   
        self.meta().request_id()
  420    420   
    }
  421    421   
}
  422    422   
  423         -
pub use crate::operation::create_global_table::_create_global_table_output::CreateGlobalTableOutput;
  424         -
  425    423   
pub use crate::operation::create_global_table::_create_global_table_input::CreateGlobalTableInput;
  426    424   
         425  +
pub use crate::operation::create_global_table::_create_global_table_output::CreateGlobalTableOutput;
         426  +
  427    427   
mod _create_global_table_input;
  428    428   
  429    429   
mod _create_global_table_output;
  430    430   
  431    431   
/// Builders
  432    432   
pub mod builders;

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

@@ -387,387 +426,426 @@
  407    407   
            meta: meta.unwrap_or_default(),
  408    408   
        })
  409    409   
    }
  410    410   
}
  411    411   
impl ::aws_types::request_id::RequestId for crate::operation::create_table::CreateTableError {
  412    412   
    fn request_id(&self) -> Option<&str> {
  413    413   
        self.meta().request_id()
  414    414   
    }
  415    415   
}
  416    416   
  417         -
pub use crate::operation::create_table::_create_table_output::CreateTableOutput;
  418         -
  419    417   
pub use crate::operation::create_table::_create_table_input::CreateTableInput;
  420    418   
         419  +
pub use crate::operation::create_table::_create_table_output::CreateTableOutput;
         420  +
  421    421   
mod _create_table_input;
  422    422   
  423    423   
mod _create_table_output;
  424    424   
  425    425   
/// Builders
  426    426   
pub mod builders;

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

@@ -388,388 +427,427 @@
  408    408   
            meta: meta.unwrap_or_default(),
  409    409   
        })
  410    410   
    }
  411    411   
}
  412    412   
impl ::aws_types::request_id::RequestId for crate::operation::delete_backup::DeleteBackupError {
  413    413   
    fn request_id(&self) -> Option<&str> {
  414    414   
        self.meta().request_id()
  415    415   
    }
  416    416   
}
  417    417   
  418         -
pub use crate::operation::delete_backup::_delete_backup_output::DeleteBackupOutput;
  419         -
  420    418   
pub use crate::operation::delete_backup::_delete_backup_input::DeleteBackupInput;
  421    419   
         420  +
pub use crate::operation::delete_backup::_delete_backup_output::DeleteBackupOutput;
         421  +
  422    422   
mod _delete_backup_input;
  423    423   
  424    424   
mod _delete_backup_output;
  425    425   
  426    426   
/// Builders
  427    427   
pub mod builders;

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

@@ -433,433 +472,472 @@
  453    453   
            meta: meta.unwrap_or_default(),
  454    454   
        })
  455    455   
    }
  456    456   
}
  457    457   
impl ::aws_types::request_id::RequestId for crate::operation::delete_item::DeleteItemError {
  458    458   
    fn request_id(&self) -> Option<&str> {
  459    459   
        self.meta().request_id()
  460    460   
    }
  461    461   
}
  462    462   
  463         -
pub use crate::operation::delete_item::_delete_item_output::DeleteItemOutput;
  464         -
  465    463   
pub use crate::operation::delete_item::_delete_item_input::DeleteItemInput;
  466    464   
         465  +
pub use crate::operation::delete_item::_delete_item_output::DeleteItemOutput;
         466  +
  467    467   
mod _delete_item_input;
  468    468   
  469    469   
mod _delete_item_output;
  470    470   
  471    471   
/// Builders
  472    472   
pub mod builders;