AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/operation/put_resource_policy/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::put_resource_policy::_put_resource_policy_output::PutResourcePolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_resource_policy::_put_resource_policy_input::PutResourcePolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_resource_policy::_put_resource_policy_output::PutResourcePolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_resource_policy::builders::PutResourcePolicyInputBuilder {
    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::put_resource_policy::PutResourcePolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_resource_policy::PutResourcePolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -378,378 +420,420 @@
  398    398   
            meta: meta.unwrap_or_default(),
  399    399   
        })
  400    400   
    }
  401    401   
}
  402    402   
impl ::aws_types::request_id::RequestId for crate::operation::query::QueryError {
  403    403   
    fn request_id(&self) -> Option<&str> {
  404    404   
        self.meta().request_id()
  405    405   
    }
  406    406   
}
  407    407   
  408         -
pub use crate::operation::query::_query_output::QueryOutput;
  409         -
  410    408   
pub use crate::operation::query::_query_input::QueryInput;
  411    409   
         410  +
pub use crate::operation::query::_query_output::QueryOutput;
         411  +
  412    412   
mod _query_input;
  413    413   
  414    414   
mod _query_output;
  415    415   
  416    416   
/// Builders
  417    417   
pub mod builders;
  418    418   
  419    419   
/// Paginator for this operation
  420    420   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/operation/query/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::query::_query_output::QueryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::query::_query_input::QueryInputBuilder;
    5      3   
           4  +
pub use crate::operation::query::_query_output::QueryOutputBuilder;
           5  +
    6      6   
impl crate::operation::query::builders::QueryInputBuilder {
    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::query::QueryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::query::QueryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -415,415 +454,454 @@
  435    435   
            meta: meta.unwrap_or_default(),
  436    436   
        })
  437    437   
    }
  438    438   
}
  439    439   
impl ::aws_types::request_id::RequestId for crate::operation::restore_table_from_backup::RestoreTableFromBackupError {
  440    440   
    fn request_id(&self) -> Option<&str> {
  441    441   
        self.meta().request_id()
  442    442   
    }
  443    443   
}
  444    444   
  445         -
pub use crate::operation::restore_table_from_backup::_restore_table_from_backup_output::RestoreTableFromBackupOutput;
  446         -
  447    445   
pub use crate::operation::restore_table_from_backup::_restore_table_from_backup_input::RestoreTableFromBackupInput;
  448    446   
         447  +
pub use crate::operation::restore_table_from_backup::_restore_table_from_backup_output::RestoreTableFromBackupOutput;
         448  +
  449    449   
mod _restore_table_from_backup_input;
  450    450   
  451    451   
mod _restore_table_from_backup_output;
  452    452   
  453    453   
/// Builders
  454    454   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/operation/restore_table_from_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::restore_table_from_backup::_restore_table_from_backup_output::RestoreTableFromBackupOutputBuilder;
    3         -
    4      2   
pub use crate::operation::restore_table_from_backup::_restore_table_from_backup_input::RestoreTableFromBackupInputBuilder;
    5      3   
           4  +
pub use crate::operation::restore_table_from_backup::_restore_table_from_backup_output::RestoreTableFromBackupOutputBuilder;
           5  +
    6      6   
impl crate::operation::restore_table_from_backup::builders::RestoreTableFromBackupInputBuilder {
    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::restore_table_from_backup::RestoreTableFromBackupOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::restore_table_from_backup::RestoreTableFromBackupError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -431,431 +470,470 @@
  451    451   
            meta: meta.unwrap_or_default(),
  452    452   
        })
  453    453   
    }
  454    454   
}
  455    455   
impl ::aws_types::request_id::RequestId for crate::operation::restore_table_to_point_in_time::RestoreTableToPointInTimeError {
  456    456   
    fn request_id(&self) -> Option<&str> {
  457    457   
        self.meta().request_id()
  458    458   
    }
  459    459   
}
  460    460   
  461         -
pub use crate::operation::restore_table_to_point_in_time::_restore_table_to_point_in_time_output::RestoreTableToPointInTimeOutput;
  462         -
  463    461   
pub use crate::operation::restore_table_to_point_in_time::_restore_table_to_point_in_time_input::RestoreTableToPointInTimeInput;
  464    462   
         463  +
pub use crate::operation::restore_table_to_point_in_time::_restore_table_to_point_in_time_output::RestoreTableToPointInTimeOutput;
         464  +
  465    465   
mod _restore_table_to_point_in_time_input;
  466    466   
  467    467   
mod _restore_table_to_point_in_time_output;
  468    468   
  469    469   
/// Builders
  470    470   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/operation/restore_table_to_point_in_time/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::restore_table_to_point_in_time::_restore_table_to_point_in_time_output::RestoreTableToPointInTimeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::restore_table_to_point_in_time::_restore_table_to_point_in_time_input::RestoreTableToPointInTimeInputBuilder;
    5      3   
           4  +
pub use crate::operation::restore_table_to_point_in_time::_restore_table_to_point_in_time_output::RestoreTableToPointInTimeOutputBuilder;
           5  +
    6      6   
impl crate::operation::restore_table_to_point_in_time::builders::RestoreTableToPointInTimeInputBuilder {
    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::restore_table_to_point_in_time::RestoreTableToPointInTimeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::restore_table_to_point_in_time::RestoreTableToPointInTimeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -378,378 +420,420 @@
  398    398   
            meta: meta.unwrap_or_default(),
  399    399   
        })
  400    400   
    }
  401    401   
}
  402    402   
impl ::aws_types::request_id::RequestId for crate::operation::scan::ScanError {
  403    403   
    fn request_id(&self) -> Option<&str> {
  404    404   
        self.meta().request_id()
  405    405   
    }
  406    406   
}
  407    407   
  408         -
pub use crate::operation::scan::_scan_output::ScanOutput;
  409         -
  410    408   
pub use crate::operation::scan::_scan_input::ScanInput;
  411    409   
         410  +
pub use crate::operation::scan::_scan_output::ScanOutput;
         411  +
  412    412   
mod _scan_input;
  413    413   
  414    414   
mod _scan_output;
  415    415   
  416    416   
/// Builders
  417    417   
pub mod builders;
  418    418   
  419    419   
/// Paginator for this operation
  420    420   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/operation/scan/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::scan::_scan_output::ScanOutputBuilder;
    3         -
    4      2   
pub use crate::operation::scan::_scan_input::ScanInputBuilder;
    5      3   
           4  +
pub use crate::operation::scan::_scan_output::ScanOutputBuilder;
           5  +
    6      6   
impl crate::operation::scan::builders::ScanInputBuilder {
    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::scan::ScanOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::scan::ScanError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -397,397 +436,436 @@
  417    417   
            meta: meta.unwrap_or_default(),
  418    418   
        })
  419    419   
    }
  420    420   
}
  421    421   
impl ::aws_types::request_id::RequestId for crate::operation::tag_resource::TagResourceError {
  422    422   
    fn request_id(&self) -> Option<&str> {
  423    423   
        self.meta().request_id()
  424    424   
    }
  425    425   
}
  426    426   
  427         -
pub use crate::operation::tag_resource::_tag_resource_output::TagResourceOutput;
  428         -
  429    427   
pub use crate::operation::tag_resource::_tag_resource_input::TagResourceInput;
  430    428   
         429  +
pub use crate::operation::tag_resource::_tag_resource_output::TagResourceOutput;
         430  +
  431    431   
mod _tag_resource_input;
  432    432   
  433    433   
mod _tag_resource_output;
  434    434   
  435    435   
/// Builders
  436    436   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/operation/tag_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::tag_resource::_tag_resource_output::TagResourceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::tag_resource::_tag_resource_input::TagResourceInputBuilder;
    5      3   
           4  +
pub use crate::operation::tag_resource::_tag_resource_output::TagResourceOutputBuilder;
           5  +
    6      6   
impl crate::operation::tag_resource::builders::TagResourceInputBuilder {
    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::tag_resource::TagResourceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::tag_resource::TagResourceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -548,548 +587,587 @@
  568    568   
            meta: meta.unwrap_or_default(),
  569    569   
        })
  570    570   
    }
  571    571   
}
  572    572   
impl ::aws_types::request_id::RequestId for crate::operation::transact_get_items::TransactGetItemsError {
  573    573   
    fn request_id(&self) -> Option<&str> {
  574    574   
        self.meta().request_id()
  575    575   
    }
  576    576   
}
  577    577   
  578         -
pub use crate::operation::transact_get_items::_transact_get_items_output::TransactGetItemsOutput;
  579         -
  580    578   
pub use crate::operation::transact_get_items::_transact_get_items_input::TransactGetItemsInput;
  581    579   
         580  +
pub use crate::operation::transact_get_items::_transact_get_items_output::TransactGetItemsOutput;
         581  +
  582    582   
mod _transact_get_items_input;
  583    583   
  584    584   
mod _transact_get_items_output;
  585    585   
  586    586   
/// Builders
  587    587   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/operation/transact_get_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_get_items::_transact_get_items_output::TransactGetItemsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::transact_get_items::_transact_get_items_input::TransactGetItemsInputBuilder;
    5      3   
           4  +
pub use crate::operation::transact_get_items::_transact_get_items_output::TransactGetItemsOutputBuilder;
           5  +
    6      6   
impl crate::operation::transact_get_items::builders::TransactGetItemsInputBuilder {
    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_get_items::TransactGetItemsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::transact_get_items::TransactGetItemsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -616,616 +655,655 @@
  636    636   
            meta: meta.unwrap_or_default(),
  637    637   
        })
  638    638   
    }
  639    639   
}
  640    640   
impl ::aws_types::request_id::RequestId for crate::operation::transact_write_items::TransactWriteItemsError {
  641    641   
    fn request_id(&self) -> Option<&str> {
  642    642   
        self.meta().request_id()
  643    643   
    }
  644    644   
}
  645    645   
  646         -
pub use crate::operation::transact_write_items::_transact_write_items_output::TransactWriteItemsOutput;
  647         -
  648    646   
pub use crate::operation::transact_write_items::_transact_write_items_input::TransactWriteItemsInput;
  649    647   
         648  +
pub use crate::operation::transact_write_items::_transact_write_items_output::TransactWriteItemsOutput;
         649  +
  650    650   
mod _transact_write_items_input;
  651    651   
  652    652   
mod _transact_write_items_output;
  653    653   
  654    654   
/// Builders
  655    655   
pub mod builders;

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

@@ -397,397 +436,436 @@
  417    417   
            meta: meta.unwrap_or_default(),
  418    418   
        })
  419    419   
    }
  420    420   
}
  421    421   
impl ::aws_types::request_id::RequestId for crate::operation::untag_resource::UntagResourceError {
  422    422   
    fn request_id(&self) -> Option<&str> {
  423    423   
        self.meta().request_id()
  424    424   
    }
  425    425   
}
  426    426   
  427         -
pub use crate::operation::untag_resource::_untag_resource_output::UntagResourceOutput;
  428         -
  429    427   
pub use crate::operation::untag_resource::_untag_resource_input::UntagResourceInput;
  430    428   
         429  +
pub use crate::operation::untag_resource::_untag_resource_output::UntagResourceOutput;
         430  +
  431    431   
mod _untag_resource_input;
  432    432   
  433    433   
mod _untag_resource_output;
  434    434   
  435    435   
/// Builders
  436    436   
pub mod builders;