AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_public_access_block.rs

@@ -414,414 +453,453 @@
  434    434   
    fn extended_request_id(&self) -> Option<&str> {
  435    435   
        self.meta().extended_request_id()
  436    436   
    }
  437    437   
}
  438    438   
impl ::aws_types::request_id::RequestId for crate::operation::put_public_access_block::PutPublicAccessBlockError {
  439    439   
    fn request_id(&self) -> Option<&str> {
  440    440   
        self.meta().request_id()
  441    441   
    }
  442    442   
}
  443    443   
  444         -
pub use crate::operation::put_public_access_block::_put_public_access_block_output::PutPublicAccessBlockOutput;
  445         -
  446    444   
pub use crate::operation::put_public_access_block::_put_public_access_block_input::PutPublicAccessBlockInput;
  447    445   
         446  +
pub use crate::operation::put_public_access_block::_put_public_access_block_output::PutPublicAccessBlockOutput;
         447  +
  448    448   
mod _put_public_access_block_input;
  449    449   
  450    450   
mod _put_public_access_block_output;
  451    451   
  452    452   
/// Builders
  453    453   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_public_access_block/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_public_access_block::_put_public_access_block_output::PutPublicAccessBlockOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_public_access_block::_put_public_access_block_input::PutPublicAccessBlockInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_public_access_block::_put_public_access_block_output::PutPublicAccessBlockOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_public_access_block::builders::PutPublicAccessBlockInputBuilder {
    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_public_access_block::PutPublicAccessBlockOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_public_access_block::PutPublicAccessBlockError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/rename_object.rs

@@ -385,385 +424,424 @@
  405    405   
    fn extended_request_id(&self) -> Option<&str> {
  406    406   
        self.meta().extended_request_id()
  407    407   
    }
  408    408   
}
  409    409   
impl ::aws_types::request_id::RequestId for crate::operation::rename_object::RenameObjectError {
  410    410   
    fn request_id(&self) -> Option<&str> {
  411    411   
        self.meta().request_id()
  412    412   
    }
  413    413   
}
  414    414   
  415         -
pub use crate::operation::rename_object::_rename_object_output::RenameObjectOutput;
  416         -
  417    415   
pub use crate::operation::rename_object::_rename_object_input::RenameObjectInput;
  418    416   
         417  +
pub use crate::operation::rename_object::_rename_object_output::RenameObjectOutput;
         418  +
  419    419   
mod _rename_object_input;
  420    420   
  421    421   
mod _rename_object_output;
  422    422   
  423    423   
/// Builders
  424    424   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/rename_object/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::rename_object::_rename_object_output::RenameObjectOutputBuilder;
    3         -
    4      2   
pub use crate::operation::rename_object::_rename_object_input::RenameObjectInputBuilder;
    5      3   
           4  +
pub use crate::operation::rename_object::_rename_object_output::RenameObjectOutputBuilder;
           5  +
    6      6   
impl crate::operation::rename_object::builders::RenameObjectInputBuilder {
    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::rename_object::RenameObjectOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::rename_object::RenameObjectError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/restore_object.rs

@@ -437,437 +476,476 @@
  457    457   
    fn extended_request_id(&self) -> Option<&str> {
  458    458   
        self.meta().extended_request_id()
  459    459   
    }
  460    460   
}
  461    461   
impl ::aws_types::request_id::RequestId for crate::operation::restore_object::RestoreObjectError {
  462    462   
    fn request_id(&self) -> Option<&str> {
  463    463   
        self.meta().request_id()
  464    464   
    }
  465    465   
}
  466    466   
  467         -
pub use crate::operation::restore_object::_restore_object_output::RestoreObjectOutput;
  468         -
  469    467   
pub use crate::operation::restore_object::_restore_object_input::RestoreObjectInput;
  470    468   
         469  +
pub use crate::operation::restore_object::_restore_object_output::RestoreObjectOutput;
         470  +
  471    471   
mod _restore_object_input;
  472    472   
  473    473   
mod _restore_object_output;
  474    474   
  475    475   
/// Builders
  476    476   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/restore_object/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_object::_restore_object_output::RestoreObjectOutputBuilder;
    3         -
    4      2   
pub use crate::operation::restore_object::_restore_object_input::RestoreObjectInputBuilder;
    5      3   
           4  +
pub use crate::operation::restore_object::_restore_object_output::RestoreObjectOutputBuilder;
           5  +
    6      6   
impl crate::operation::restore_object::builders::RestoreObjectInputBuilder {
    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_object::RestoreObjectOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::restore_object::RestoreObjectError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/select_object_content.rs

@@ -365,365 +404,404 @@
  385    385   
    fn extended_request_id(&self) -> Option<&str> {
  386    386   
        self.meta().extended_request_id()
  387    387   
    }
  388    388   
}
  389    389   
impl ::aws_types::request_id::RequestId for crate::operation::select_object_content::SelectObjectContentError {
  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::select_object_content::_select_object_content_output::SelectObjectContentOutput;
  396         -
  397    395   
pub use crate::operation::select_object_content::_select_object_content_input::SelectObjectContentInput;
  398    396   
         397  +
pub use crate::operation::select_object_content::_select_object_content_output::SelectObjectContentOutput;
         398  +
  399    399   
mod _select_object_content_input;
  400    400   
  401    401   
mod _select_object_content_output;
  402    402   
  403    403   
/// Builders
  404    404   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/select_object_content/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::select_object_content::_select_object_content_output::SelectObjectContentOutputBuilder;
    3         -
    4      2   
pub use crate::operation::select_object_content::_select_object_content_input::SelectObjectContentInputBuilder;
    5      3   
           4  +
pub use crate::operation::select_object_content::_select_object_content_output::SelectObjectContentOutputBuilder;
           5  +
    6      6   
impl crate::operation::select_object_content::builders::SelectObjectContentInputBuilder {
    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::select_object_content::SelectObjectContentOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::select_object_content::SelectObjectContentError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/update_bucket_metadata_inventory_table_configuration.rs

@@ -420,420 +459,459 @@
  440    440   
    }
  441    441   
}
  442    442   
impl ::aws_types::request_id::RequestId
  443    443   
    for crate::operation::update_bucket_metadata_inventory_table_configuration::UpdateBucketMetadataInventoryTableConfigurationError
  444    444   
{
  445    445   
    fn request_id(&self) -> Option<&str> {
  446    446   
        self.meta().request_id()
  447    447   
    }
  448    448   
}
  449    449   
  450         -
pub use crate::operation::update_bucket_metadata_inventory_table_configuration::_update_bucket_metadata_inventory_table_configuration_output::UpdateBucketMetadataInventoryTableConfigurationOutput;
  451         -
  452    450   
pub use crate::operation::update_bucket_metadata_inventory_table_configuration::_update_bucket_metadata_inventory_table_configuration_input::UpdateBucketMetadataInventoryTableConfigurationInput;
  453    451   
         452  +
pub use crate::operation::update_bucket_metadata_inventory_table_configuration::_update_bucket_metadata_inventory_table_configuration_output::UpdateBucketMetadataInventoryTableConfigurationOutput;
         453  +
  454    454   
mod _update_bucket_metadata_inventory_table_configuration_input;
  455    455   
  456    456   
mod _update_bucket_metadata_inventory_table_configuration_output;
  457    457   
  458    458   
/// Builders
  459    459   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/update_bucket_metadata_inventory_table_configuration/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::update_bucket_metadata_inventory_table_configuration::_update_bucket_metadata_inventory_table_configuration_output::UpdateBucketMetadataInventoryTableConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_bucket_metadata_inventory_table_configuration::_update_bucket_metadata_inventory_table_configuration_input::UpdateBucketMetadataInventoryTableConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_bucket_metadata_inventory_table_configuration::_update_bucket_metadata_inventory_table_configuration_output::UpdateBucketMetadataInventoryTableConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_bucket_metadata_inventory_table_configuration::builders::UpdateBucketMetadataInventoryTableConfigurationInputBuilder {
    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::update_bucket_metadata_inventory_table_configuration::UpdateBucketMetadataInventoryTableConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_bucket_metadata_inventory_table_configuration::UpdateBucketMetadataInventoryTableConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/update_bucket_metadata_journal_table_configuration.rs

@@ -428,428 +467,467 @@
  448    448   
    }
  449    449   
}
  450    450   
impl ::aws_types::request_id::RequestId
  451    451   
    for crate::operation::update_bucket_metadata_journal_table_configuration::UpdateBucketMetadataJournalTableConfigurationError
  452    452   
{
  453    453   
    fn request_id(&self) -> Option<&str> {
  454    454   
        self.meta().request_id()
  455    455   
    }
  456    456   
}
  457    457   
  458         -
pub use crate::operation::update_bucket_metadata_journal_table_configuration::_update_bucket_metadata_journal_table_configuration_output::UpdateBucketMetadataJournalTableConfigurationOutput;
  459         -
  460    458   
pub use crate::operation::update_bucket_metadata_journal_table_configuration::_update_bucket_metadata_journal_table_configuration_input::UpdateBucketMetadataJournalTableConfigurationInput;
  461    459   
         460  +
pub use crate::operation::update_bucket_metadata_journal_table_configuration::_update_bucket_metadata_journal_table_configuration_output::UpdateBucketMetadataJournalTableConfigurationOutput;
         461  +
  462    462   
mod _update_bucket_metadata_journal_table_configuration_input;
  463    463   
  464    464   
mod _update_bucket_metadata_journal_table_configuration_output;
  465    465   
  466    466   
/// Builders
  467    467   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/update_bucket_metadata_journal_table_configuration/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::update_bucket_metadata_journal_table_configuration::_update_bucket_metadata_journal_table_configuration_output::UpdateBucketMetadataJournalTableConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_bucket_metadata_journal_table_configuration::_update_bucket_metadata_journal_table_configuration_input::UpdateBucketMetadataJournalTableConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_bucket_metadata_journal_table_configuration::_update_bucket_metadata_journal_table_configuration_output::UpdateBucketMetadataJournalTableConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_bucket_metadata_journal_table_configuration::builders::UpdateBucketMetadataJournalTableConfigurationInputBuilder {
    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::update_bucket_metadata_journal_table_configuration::UpdateBucketMetadataJournalTableConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_bucket_metadata_journal_table_configuration::UpdateBucketMetadataJournalTableConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/upload_part.rs

@@ -443,443 +482,482 @@
  463    463   
    fn extended_request_id(&self) -> Option<&str> {
  464    464   
        self.meta().extended_request_id()
  465    465   
    }
  466    466   
}
  467    467   
impl ::aws_types::request_id::RequestId for crate::operation::upload_part::UploadPartError {
  468    468   
    fn request_id(&self) -> Option<&str> {
  469    469   
        self.meta().request_id()
  470    470   
    }
  471    471   
}
  472    472   
  473         -
pub use crate::operation::upload_part::_upload_part_output::UploadPartOutput;
  474         -
  475    473   
pub use crate::operation::upload_part::_upload_part_input::UploadPartInput;
  476    474   
         475  +
pub use crate::operation::upload_part::_upload_part_output::UploadPartOutput;
         476  +
  477    477   
mod _upload_part_input;
  478    478   
  479    479   
mod _upload_part_output;
  480    480   
  481    481   
/// Builders
  482    482   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/upload_part/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::upload_part::_upload_part_output::UploadPartOutputBuilder;
    3         -
    4      2   
pub use crate::operation::upload_part::_upload_part_input::UploadPartInputBuilder;
    5      3   
           4  +
pub use crate::operation::upload_part::_upload_part_output::UploadPartOutputBuilder;
           5  +
    6      6   
impl crate::operation::upload_part::builders::UploadPartInputBuilder {
    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::upload_part::UploadPartOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::upload_part::UploadPartError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/upload_part_copy.rs

@@ -376,376 +415,415 @@
  396    396   
    fn extended_request_id(&self) -> Option<&str> {
  397    397   
        self.meta().extended_request_id()
  398    398   
    }
  399    399   
}
  400    400   
impl ::aws_types::request_id::RequestId for crate::operation::upload_part_copy::UploadPartCopyError {
  401    401   
    fn request_id(&self) -> Option<&str> {
  402    402   
        self.meta().request_id()
  403    403   
    }
  404    404   
}
  405    405   
  406         -
pub use crate::operation::upload_part_copy::_upload_part_copy_output::UploadPartCopyOutput;
  407         -
  408    406   
pub use crate::operation::upload_part_copy::_upload_part_copy_input::UploadPartCopyInput;
  409    407   
         408  +
pub use crate::operation::upload_part_copy::_upload_part_copy_output::UploadPartCopyOutput;
         409  +
  410    410   
mod _upload_part_copy_input;
  411    411   
  412    412   
mod _upload_part_copy_output;
  413    413   
  414    414   
/// Builders
  415    415   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/upload_part_copy/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::upload_part_copy::_upload_part_copy_output::UploadPartCopyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::upload_part_copy::_upload_part_copy_input::UploadPartCopyInputBuilder;
    5      3   
           4  +
pub use crate::operation::upload_part_copy::_upload_part_copy_output::UploadPartCopyOutputBuilder;
           5  +
    6      6   
impl crate::operation::upload_part_copy::builders::UploadPartCopyInputBuilder {
    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::upload_part_copy::UploadPartCopyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::upload_part_copy::UploadPartCopyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,