AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

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

@@ -370,370 +409,409 @@
  390    390   
    fn extended_request_id(&self) -> Option<&str> {
  391    391   
        self.meta().extended_request_id()
  392    392   
    }
  393    393   
}
  394    394   
impl ::aws_types::request_id::RequestId for crate::operation::delete_object::DeleteObjectError {
  395    395   
    fn request_id(&self) -> Option<&str> {
  396    396   
        self.meta().request_id()
  397    397   
    }
  398    398   
}
  399    399   
  400         -
pub use crate::operation::delete_object::_delete_object_output::DeleteObjectOutput;
  401         -
  402    400   
pub use crate::operation::delete_object::_delete_object_input::DeleteObjectInput;
  403    401   
         402  +
pub use crate::operation::delete_object::_delete_object_output::DeleteObjectOutput;
         403  +
  404    404   
mod _delete_object_input;
  405    405   
  406    406   
mod _delete_object_output;
  407    407   
  408    408   
/// Builders
  409    409   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_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::delete_object::_delete_object_output::DeleteObjectOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_object::_delete_object_input::DeleteObjectInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_object::_delete_object_output::DeleteObjectOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_object::builders::DeleteObjectInputBuilder {
    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_object::DeleteObjectOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_object::DeleteObjectError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -439,439 +478,478 @@
  459    459   
    fn extended_request_id(&self) -> Option<&str> {
  460    460   
        self.meta().extended_request_id()
  461    461   
    }
  462    462   
}
  463    463   
impl ::aws_types::request_id::RequestId for crate::operation::delete_object_tagging::DeleteObjectTaggingError {
  464    464   
    fn request_id(&self) -> Option<&str> {
  465    465   
        self.meta().request_id()
  466    466   
    }
  467    467   
}
  468    468   
  469         -
pub use crate::operation::delete_object_tagging::_delete_object_tagging_output::DeleteObjectTaggingOutput;
  470         -
  471    469   
pub use crate::operation::delete_object_tagging::_delete_object_tagging_input::DeleteObjectTaggingInput;
  472    470   
         471  +
pub use crate::operation::delete_object_tagging::_delete_object_tagging_output::DeleteObjectTaggingOutput;
         472  +
  473    473   
mod _delete_object_tagging_input;
  474    474   
  475    475   
mod _delete_object_tagging_output;
  476    476   
  477    477   
/// Builders
  478    478   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_object_tagging/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_object_tagging::_delete_object_tagging_output::DeleteObjectTaggingOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_object_tagging::_delete_object_tagging_input::DeleteObjectTaggingInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_object_tagging::_delete_object_tagging_output::DeleteObjectTaggingOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_object_tagging::builders::DeleteObjectTaggingInputBuilder {
    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_object_tagging::DeleteObjectTaggingOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_object_tagging::DeleteObjectTaggingError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -411,411 +450,450 @@
  431    431   
    fn extended_request_id(&self) -> Option<&str> {
  432    432   
        self.meta().extended_request_id()
  433    433   
    }
  434    434   
}
  435    435   
impl ::aws_types::request_id::RequestId for crate::operation::delete_objects::DeleteObjectsError {
  436    436   
    fn request_id(&self) -> Option<&str> {
  437    437   
        self.meta().request_id()
  438    438   
    }
  439    439   
}
  440    440   
  441         -
pub use crate::operation::delete_objects::_delete_objects_output::DeleteObjectsOutput;
  442         -
  443    441   
pub use crate::operation::delete_objects::_delete_objects_input::DeleteObjectsInput;
  444    442   
         443  +
pub use crate::operation::delete_objects::_delete_objects_output::DeleteObjectsOutput;
         444  +
  445    445   
mod _delete_objects_input;
  446    446   
  447    447   
mod _delete_objects_output;
  448    448   
  449    449   
/// Builders
  450    450   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_objects/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_objects::_delete_objects_output::DeleteObjectsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_objects::_delete_objects_input::DeleteObjectsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_objects::_delete_objects_output::DeleteObjectsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_objects::builders::DeleteObjectsInputBuilder {
    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_objects::DeleteObjectsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_objects::DeleteObjectsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -353,353 +392,392 @@
  373    373   
    fn extended_request_id(&self) -> Option<&str> {
  374    374   
        self.meta().extended_request_id()
  375    375   
    }
  376    376   
}
  377    377   
impl ::aws_types::request_id::RequestId for crate::operation::delete_public_access_block::DeletePublicAccessBlockError {
  378    378   
    fn request_id(&self) -> Option<&str> {
  379    379   
        self.meta().request_id()
  380    380   
    }
  381    381   
}
  382    382   
  383         -
pub use crate::operation::delete_public_access_block::_delete_public_access_block_output::DeletePublicAccessBlockOutput;
  384         -
  385    383   
pub use crate::operation::delete_public_access_block::_delete_public_access_block_input::DeletePublicAccessBlockInput;
  386    384   
         385  +
pub use crate::operation::delete_public_access_block::_delete_public_access_block_output::DeletePublicAccessBlockOutput;
         386  +
  387    387   
mod _delete_public_access_block_input;
  388    388   
  389    389   
mod _delete_public_access_block_output;
  390    390   
  391    391   
/// Builders
  392    392   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_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::delete_public_access_block::_delete_public_access_block_output::DeletePublicAccessBlockOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_public_access_block::_delete_public_access_block_input::DeletePublicAccessBlockInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_public_access_block::_delete_public_access_block_output::DeletePublicAccessBlockOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_public_access_block::builders::DeletePublicAccessBlockInputBuilder {
    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_public_access_block::DeletePublicAccessBlockOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_public_access_block::DeletePublicAccessBlockError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -363,363 +402,402 @@
  383    383   
    fn extended_request_id(&self) -> Option<&str> {
  384    384   
        self.meta().extended_request_id()
  385    385   
    }
  386    386   
}
  387    387   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_accelerate_configuration::GetBucketAccelerateConfigurationError {
  388    388   
    fn request_id(&self) -> Option<&str> {
  389    389   
        self.meta().request_id()
  390    390   
    }
  391    391   
}
  392    392   
  393         -
pub use crate::operation::get_bucket_accelerate_configuration::_get_bucket_accelerate_configuration_output::GetBucketAccelerateConfigurationOutput;
  394         -
  395    393   
pub use crate::operation::get_bucket_accelerate_configuration::_get_bucket_accelerate_configuration_input::GetBucketAccelerateConfigurationInput;
  396    394   
         395  +
pub use crate::operation::get_bucket_accelerate_configuration::_get_bucket_accelerate_configuration_output::GetBucketAccelerateConfigurationOutput;
         396  +
  397    397   
mod _get_bucket_accelerate_configuration_input;
  398    398   
  399    399   
mod _get_bucket_accelerate_configuration_output;
  400    400   
  401    401   
/// Builders
  402    402   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_bucket_accelerate_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::get_bucket_accelerate_configuration::_get_bucket_accelerate_configuration_output::GetBucketAccelerateConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_accelerate_configuration::_get_bucket_accelerate_configuration_input::GetBucketAccelerateConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_accelerate_configuration::_get_bucket_accelerate_configuration_output::GetBucketAccelerateConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_accelerate_configuration::builders::GetBucketAccelerateConfigurationInputBuilder {
    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::get_bucket_accelerate_configuration::GetBucketAccelerateConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_accelerate_configuration::GetBucketAccelerateConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -348,348 +387,387 @@
  368    368   
    fn extended_request_id(&self) -> Option<&str> {
  369    369   
        self.meta().extended_request_id()
  370    370   
    }
  371    371   
}
  372    372   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_acl::GetBucketAclError {
  373    373   
    fn request_id(&self) -> Option<&str> {
  374    374   
        self.meta().request_id()
  375    375   
    }
  376    376   
}
  377    377   
  378         -
pub use crate::operation::get_bucket_acl::_get_bucket_acl_output::GetBucketAclOutput;
  379         -
  380    378   
pub use crate::operation::get_bucket_acl::_get_bucket_acl_input::GetBucketAclInput;
  381    379   
         380  +
pub use crate::operation::get_bucket_acl::_get_bucket_acl_output::GetBucketAclOutput;
         381  +
  382    382   
mod _get_bucket_acl_input;
  383    383   
  384    384   
mod _get_bucket_acl_output;
  385    385   
  386    386   
/// Builders
  387    387   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_bucket_acl/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::get_bucket_acl::_get_bucket_acl_output::GetBucketAclOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_acl::_get_bucket_acl_input::GetBucketAclInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_acl::_get_bucket_acl_output::GetBucketAclOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_acl::builders::GetBucketAclInputBuilder {
    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::get_bucket_acl::GetBucketAclOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_acl::GetBucketAclError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -374,374 +413,413 @@
  394    394   
    fn extended_request_id(&self) -> Option<&str> {
  395    395   
        self.meta().extended_request_id()
  396    396   
    }
  397    397   
}
  398    398   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_analytics_configuration::GetBucketAnalyticsConfigurationError {
  399    399   
    fn request_id(&self) -> Option<&str> {
  400    400   
        self.meta().request_id()
  401    401   
    }
  402    402   
}
  403    403   
  404         -
pub use crate::operation::get_bucket_analytics_configuration::_get_bucket_analytics_configuration_output::GetBucketAnalyticsConfigurationOutput;
  405         -
  406    404   
pub use crate::operation::get_bucket_analytics_configuration::_get_bucket_analytics_configuration_input::GetBucketAnalyticsConfigurationInput;
  407    405   
         406  +
pub use crate::operation::get_bucket_analytics_configuration::_get_bucket_analytics_configuration_output::GetBucketAnalyticsConfigurationOutput;
         407  +
  408    408   
mod _get_bucket_analytics_configuration_input;
  409    409   
  410    410   
mod _get_bucket_analytics_configuration_output;
  411    411   
  412    412   
/// Builders
  413    413   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_bucket_analytics_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::get_bucket_analytics_configuration::_get_bucket_analytics_configuration_output::GetBucketAnalyticsConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_analytics_configuration::_get_bucket_analytics_configuration_input::GetBucketAnalyticsConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_analytics_configuration::_get_bucket_analytics_configuration_output::GetBucketAnalyticsConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_analytics_configuration::builders::GetBucketAnalyticsConfigurationInputBuilder {
    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::get_bucket_analytics_configuration::GetBucketAnalyticsConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_analytics_configuration::GetBucketAnalyticsConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -348,348 +387,387 @@
  368    368   
    fn extended_request_id(&self) -> Option<&str> {
  369    369   
        self.meta().extended_request_id()
  370    370   
    }
  371    371   
}
  372    372   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_cors::GetBucketCorsError {
  373    373   
    fn request_id(&self) -> Option<&str> {
  374    374   
        self.meta().request_id()
  375    375   
    }
  376    376   
}
  377    377   
  378         -
pub use crate::operation::get_bucket_cors::_get_bucket_cors_output::GetBucketCorsOutput;
  379         -
  380    378   
pub use crate::operation::get_bucket_cors::_get_bucket_cors_input::GetBucketCorsInput;
  381    379   
         380  +
pub use crate::operation::get_bucket_cors::_get_bucket_cors_output::GetBucketCorsOutput;
         381  +
  382    382   
mod _get_bucket_cors_input;
  383    383   
  384    384   
mod _get_bucket_cors_output;
  385    385   
  386    386   
/// Builders
  387    387   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_bucket_cors/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::get_bucket_cors::_get_bucket_cors_output::GetBucketCorsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_cors::_get_bucket_cors_input::GetBucketCorsInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_cors::_get_bucket_cors_output::GetBucketCorsOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_cors::builders::GetBucketCorsInputBuilder {
    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::get_bucket_cors::GetBucketCorsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_cors::GetBucketCorsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,