AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

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

@@ -340,340 +379,379 @@
  360    360   
    fn extended_request_id(&self) -> Option<&str> {
  361    361   
        self.meta().extended_request_id()
  362    362   
    }
  363    363   
}
  364    364   
impl ::aws_types::request_id::RequestId for crate::operation::delete_bucket_policy::DeleteBucketPolicyError {
  365    365   
    fn request_id(&self) -> Option<&str> {
  366    366   
        self.meta().request_id()
  367    367   
    }
  368    368   
}
  369    369   
  370         -
pub use crate::operation::delete_bucket_policy::_delete_bucket_policy_output::DeleteBucketPolicyOutput;
  371         -
  372    370   
pub use crate::operation::delete_bucket_policy::_delete_bucket_policy_input::DeleteBucketPolicyInput;
  373    371   
         372  +
pub use crate::operation::delete_bucket_policy::_delete_bucket_policy_output::DeleteBucketPolicyOutput;
         373  +
  374    374   
mod _delete_bucket_policy_input;
  375    375   
  376    376   
mod _delete_bucket_policy_output;
  377    377   
  378    378   
/// Builders
  379    379   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_bucket_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::delete_bucket_policy::_delete_bucket_policy_output::DeleteBucketPolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_bucket_policy::_delete_bucket_policy_input::DeleteBucketPolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_bucket_policy::_delete_bucket_policy_output::DeleteBucketPolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_bucket_policy::builders::DeleteBucketPolicyInputBuilder {
    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_bucket_policy::DeleteBucketPolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_bucket_policy::DeleteBucketPolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_bucket_replication.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_bucket_replication::DeleteBucketReplicationError {
  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_bucket_replication::_delete_bucket_replication_output::DeleteBucketReplicationOutput;
  384         -
  385    383   
pub use crate::operation::delete_bucket_replication::_delete_bucket_replication_input::DeleteBucketReplicationInput;
  386    384   
         385  +
pub use crate::operation::delete_bucket_replication::_delete_bucket_replication_output::DeleteBucketReplicationOutput;
         386  +
  387    387   
mod _delete_bucket_replication_input;
  388    388   
  389    389   
mod _delete_bucket_replication_output;
  390    390   
  391    391   
/// Builders
  392    392   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_bucket_replication/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_bucket_replication::_delete_bucket_replication_output::DeleteBucketReplicationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_bucket_replication::_delete_bucket_replication_input::DeleteBucketReplicationInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_bucket_replication::_delete_bucket_replication_output::DeleteBucketReplicationOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_bucket_replication::builders::DeleteBucketReplicationInputBuilder {
    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_bucket_replication::DeleteBucketReplicationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_bucket_replication::DeleteBucketReplicationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -340,340 +379,379 @@
  360    360   
    fn extended_request_id(&self) -> Option<&str> {
  361    361   
        self.meta().extended_request_id()
  362    362   
    }
  363    363   
}
  364    364   
impl ::aws_types::request_id::RequestId for crate::operation::delete_bucket_tagging::DeleteBucketTaggingError {
  365    365   
    fn request_id(&self) -> Option<&str> {
  366    366   
        self.meta().request_id()
  367    367   
    }
  368    368   
}
  369    369   
  370         -
pub use crate::operation::delete_bucket_tagging::_delete_bucket_tagging_output::DeleteBucketTaggingOutput;
  371         -
  372    370   
pub use crate::operation::delete_bucket_tagging::_delete_bucket_tagging_input::DeleteBucketTaggingInput;
  373    371   
         372  +
pub use crate::operation::delete_bucket_tagging::_delete_bucket_tagging_output::DeleteBucketTaggingOutput;
         373  +
  374    374   
mod _delete_bucket_tagging_input;
  375    375   
  376    376   
mod _delete_bucket_tagging_output;
  377    377   
  378    378   
/// Builders
  379    379   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_bucket_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_bucket_tagging::_delete_bucket_tagging_output::DeleteBucketTaggingOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_bucket_tagging::_delete_bucket_tagging_input::DeleteBucketTaggingInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_bucket_tagging::_delete_bucket_tagging_output::DeleteBucketTaggingOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_bucket_tagging::builders::DeleteBucketTaggingInputBuilder {
    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_bucket_tagging::DeleteBucketTaggingOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_bucket_tagging::DeleteBucketTaggingError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -340,340 +379,379 @@
  360    360   
    fn extended_request_id(&self) -> Option<&str> {
  361    361   
        self.meta().extended_request_id()
  362    362   
    }
  363    363   
}
  364    364   
impl ::aws_types::request_id::RequestId for crate::operation::delete_bucket_website::DeleteBucketWebsiteError {
  365    365   
    fn request_id(&self) -> Option<&str> {
  366    366   
        self.meta().request_id()
  367    367   
    }
  368    368   
}
  369    369   
  370         -
pub use crate::operation::delete_bucket_website::_delete_bucket_website_output::DeleteBucketWebsiteOutput;
  371         -
  372    370   
pub use crate::operation::delete_bucket_website::_delete_bucket_website_input::DeleteBucketWebsiteInput;
  373    371   
         372  +
pub use crate::operation::delete_bucket_website::_delete_bucket_website_output::DeleteBucketWebsiteOutput;
         373  +
  374    374   
mod _delete_bucket_website_input;
  375    375   
  376    376   
mod _delete_bucket_website_output;
  377    377   
  378    378   
/// Builders
  379    379   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_bucket_website/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_bucket_website::_delete_bucket_website_output::DeleteBucketWebsiteOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_bucket_website::_delete_bucket_website_input::DeleteBucketWebsiteInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_bucket_website::_delete_bucket_website_output::DeleteBucketWebsiteOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_bucket_website::builders::DeleteBucketWebsiteInputBuilder {
    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_bucket_website::DeleteBucketWebsiteOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_bucket_website::DeleteBucketWebsiteError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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,