AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

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

@@ -366,366 +405,405 @@
  386    386   
    fn extended_request_id(&self) -> Option<&str> {
  387    387   
        self.meta().extended_request_id()
  388    388   
    }
  389    389   
}
  390    390   
impl ::aws_types::request_id::RequestId for crate::operation::create_bucket::CreateBucketError {
  391    391   
    fn request_id(&self) -> Option<&str> {
  392    392   
        self.meta().request_id()
  393    393   
    }
  394    394   
}
  395    395   
  396         -
pub use crate::operation::create_bucket::_create_bucket_output::CreateBucketOutput;
  397         -
  398    396   
pub use crate::operation::create_bucket::_create_bucket_input::CreateBucketInput;
  399    397   
         398  +
pub use crate::operation::create_bucket::_create_bucket_output::CreateBucketOutput;
         399  +
  400    400   
mod _create_bucket_input;
  401    401   
  402    402   
mod _create_bucket_output;
  403    403   
  404    404   
/// Builders
  405    405   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/create_bucket/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_bucket::_create_bucket_output::CreateBucketOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_bucket::_create_bucket_input::CreateBucketInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_bucket::_create_bucket_output::CreateBucketOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_bucket::builders::CreateBucketInputBuilder {
    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_bucket::CreateBucketOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_bucket::CreateBucketError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -433,433 +472,472 @@
  453    453   
    fn extended_request_id(&self) -> Option<&str> {
  454    454   
        self.meta().extended_request_id()
  455    455   
    }
  456    456   
}
  457    457   
impl ::aws_types::request_id::RequestId for crate::operation::create_bucket_metadata_configuration::CreateBucketMetadataConfigurationError {
  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::create_bucket_metadata_configuration::_create_bucket_metadata_configuration_output::CreateBucketMetadataConfigurationOutput;
  464         -
  465    463   
pub use crate::operation::create_bucket_metadata_configuration::_create_bucket_metadata_configuration_input::CreateBucketMetadataConfigurationInput;
  466    464   
         465  +
pub use crate::operation::create_bucket_metadata_configuration::_create_bucket_metadata_configuration_output::CreateBucketMetadataConfigurationOutput;
         466  +
  467    467   
mod _create_bucket_metadata_configuration_input;
  468    468   
  469    469   
mod _create_bucket_metadata_configuration_output;
  470    470   
  471    471   
/// Builders
  472    472   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/create_bucket_metadata_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::create_bucket_metadata_configuration::_create_bucket_metadata_configuration_output::CreateBucketMetadataConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_bucket_metadata_configuration::_create_bucket_metadata_configuration_input::CreateBucketMetadataConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_bucket_metadata_configuration::_create_bucket_metadata_configuration_output::CreateBucketMetadataConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_bucket_metadata_configuration::builders::CreateBucketMetadataConfigurationInputBuilder {
    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_bucket_metadata_configuration::CreateBucketMetadataConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_bucket_metadata_configuration::CreateBucketMetadataConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -438,438 +477,477 @@
  458    458   
    }
  459    459   
}
  460    460   
impl ::aws_types::request_id::RequestId
  461    461   
    for crate::operation::create_bucket_metadata_table_configuration::CreateBucketMetadataTableConfigurationError
  462    462   
{
  463    463   
    fn request_id(&self) -> Option<&str> {
  464    464   
        self.meta().request_id()
  465    465   
    }
  466    466   
}
  467    467   
  468         -
pub use crate::operation::create_bucket_metadata_table_configuration::_create_bucket_metadata_table_configuration_output::CreateBucketMetadataTableConfigurationOutput;
  469         -
  470    468   
pub use crate::operation::create_bucket_metadata_table_configuration::_create_bucket_metadata_table_configuration_input::CreateBucketMetadataTableConfigurationInput;
  471    469   
         470  +
pub use crate::operation::create_bucket_metadata_table_configuration::_create_bucket_metadata_table_configuration_output::CreateBucketMetadataTableConfigurationOutput;
         471  +
  472    472   
mod _create_bucket_metadata_table_configuration_input;
  473    473   
  474    474   
mod _create_bucket_metadata_table_configuration_output;
  475    475   
  476    476   
/// Builders
  477    477   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/create_bucket_metadata_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::create_bucket_metadata_table_configuration::_create_bucket_metadata_table_configuration_output::CreateBucketMetadataTableConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_bucket_metadata_table_configuration::_create_bucket_metadata_table_configuration_input::CreateBucketMetadataTableConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_bucket_metadata_table_configuration::_create_bucket_metadata_table_configuration_output::CreateBucketMetadataTableConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_bucket_metadata_table_configuration::builders::CreateBucketMetadataTableConfigurationInputBuilder {
    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_bucket_metadata_table_configuration::CreateBucketMetadataTableConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_bucket_metadata_table_configuration::CreateBucketMetadataTableConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -410,410 +449,449 @@
  430    430   
    fn extended_request_id(&self) -> Option<&str> {
  431    431   
        self.meta().extended_request_id()
  432    432   
    }
  433    433   
}
  434    434   
impl ::aws_types::request_id::RequestId for crate::operation::create_multipart_upload::CreateMultipartUploadError {
  435    435   
    fn request_id(&self) -> Option<&str> {
  436    436   
        self.meta().request_id()
  437    437   
    }
  438    438   
}
  439    439   
  440         -
pub use crate::operation::create_multipart_upload::_create_multipart_upload_output::CreateMultipartUploadOutput;
  441         -
  442    440   
pub use crate::operation::create_multipart_upload::_create_multipart_upload_input::CreateMultipartUploadInput;
  443    441   
         442  +
pub use crate::operation::create_multipart_upload::_create_multipart_upload_output::CreateMultipartUploadOutput;
         443  +
  444    444   
mod _create_multipart_upload_input;
  445    445   
  446    446   
mod _create_multipart_upload_output;
  447    447   
  448    448   
/// Builders
  449    449   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/create_multipart_upload/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_multipart_upload::_create_multipart_upload_output::CreateMultipartUploadOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_multipart_upload::_create_multipart_upload_input::CreateMultipartUploadInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_multipart_upload::_create_multipart_upload_output::CreateMultipartUploadOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_multipart_upload::builders::CreateMultipartUploadInputBuilder {
    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_multipart_upload::CreateMultipartUploadOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_multipart_upload::CreateMultipartUploadError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -359,359 +398,398 @@
  379    379   
    fn extended_request_id(&self) -> Option<&str> {
  380    380   
        self.meta().extended_request_id()
  381    381   
    }
  382    382   
}
  383    383   
impl ::aws_types::request_id::RequestId for crate::operation::create_session::CreateSessionError {
  384    384   
    fn request_id(&self) -> Option<&str> {
  385    385   
        self.meta().request_id()
  386    386   
    }
  387    387   
}
  388    388   
  389         -
pub use crate::operation::create_session::_create_session_output::CreateSessionOutput;
  390         -
  391    389   
pub use crate::operation::create_session::_create_session_input::CreateSessionInput;
  392    390   
         391  +
pub use crate::operation::create_session::_create_session_output::CreateSessionOutput;
         392  +
  393    393   
mod _create_session_input;
  394    394   
  395    395   
mod _create_session_output;
  396    396   
  397    397   
/// Builders
  398    398   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/create_session/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_session::_create_session_output::CreateSessionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_session::_create_session_input::CreateSessionInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_session::_create_session_output::CreateSessionOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_session::builders::CreateSessionInputBuilder {
    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_session::CreateSessionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_session::CreateSessionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -339,339 +378,378 @@
  359    359   
    fn extended_request_id(&self) -> Option<&str> {
  360    360   
        self.meta().extended_request_id()
  361    361   
    }
  362    362   
}
  363    363   
impl ::aws_types::request_id::RequestId for crate::operation::delete_bucket::DeleteBucketError {
  364    364   
    fn request_id(&self) -> Option<&str> {
  365    365   
        self.meta().request_id()
  366    366   
    }
  367    367   
}
  368    368   
  369         -
pub use crate::operation::delete_bucket::_delete_bucket_output::DeleteBucketOutput;
  370         -
  371    369   
pub use crate::operation::delete_bucket::_delete_bucket_input::DeleteBucketInput;
  372    370   
         371  +
pub use crate::operation::delete_bucket::_delete_bucket_output::DeleteBucketOutput;
         372  +
  373    373   
mod _delete_bucket_input;
  374    374   
  375    375   
mod _delete_bucket_output;
  376    376   
  377    377   
/// Builders
  378    378   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_bucket/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::_delete_bucket_output::DeleteBucketOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_bucket::_delete_bucket_input::DeleteBucketInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_bucket::_delete_bucket_output::DeleteBucketOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_bucket::builders::DeleteBucketInputBuilder {
    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::DeleteBucketOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_bucket::DeleteBucketError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_bucket_analytics_configuration.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::delete_bucket_analytics_configuration::DeleteBucketAnalyticsConfigurationError {
  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::delete_bucket_analytics_configuration::_delete_bucket_analytics_configuration_output::DeleteBucketAnalyticsConfigurationOutput;
  407         -
  408    406   
pub use crate::operation::delete_bucket_analytics_configuration::_delete_bucket_analytics_configuration_input::DeleteBucketAnalyticsConfigurationInput;
  409    407   
         408  +
pub use crate::operation::delete_bucket_analytics_configuration::_delete_bucket_analytics_configuration_output::DeleteBucketAnalyticsConfigurationOutput;
         409  +
  410    410   
mod _delete_bucket_analytics_configuration_input;
  411    411   
  412    412   
mod _delete_bucket_analytics_configuration_output;
  413    413   
  414    414   
/// Builders
  415    415   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_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::delete_bucket_analytics_configuration::_delete_bucket_analytics_configuration_output::DeleteBucketAnalyticsConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_bucket_analytics_configuration::_delete_bucket_analytics_configuration_input::DeleteBucketAnalyticsConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_bucket_analytics_configuration::_delete_bucket_analytics_configuration_output::DeleteBucketAnalyticsConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_bucket_analytics_configuration::builders::DeleteBucketAnalyticsConfigurationInputBuilder {
    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_analytics_configuration::DeleteBucketAnalyticsConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_bucket_analytics_configuration::DeleteBucketAnalyticsConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_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::delete_bucket_cors::DeleteBucketCorsError {
  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::delete_bucket_cors::_delete_bucket_cors_output::DeleteBucketCorsOutput;
  379         -
  380    378   
pub use crate::operation::delete_bucket_cors::_delete_bucket_cors_input::DeleteBucketCorsInput;
  381    379   
         380  +
pub use crate::operation::delete_bucket_cors::_delete_bucket_cors_output::DeleteBucketCorsOutput;
         381  +
  382    382   
mod _delete_bucket_cors_input;
  383    383   
  384    384   
mod _delete_bucket_cors_output;
  385    385   
  386    386   
/// Builders
  387    387   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/delete_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::delete_bucket_cors::_delete_bucket_cors_output::DeleteBucketCorsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_bucket_cors::_delete_bucket_cors_input::DeleteBucketCorsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_bucket_cors::_delete_bucket_cors_output::DeleteBucketCorsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_bucket_cors::builders::DeleteBucketCorsInputBuilder {
    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_cors::DeleteBucketCorsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_bucket_cors::DeleteBucketCorsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,