AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

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

@@ -542,542 +581,581 @@
  562    562   
    fn extended_request_id(&self) -> Option<&str> {
  563    563   
        self.meta().extended_request_id()
  564    564   
    }
  565    565   
}
  566    566   
impl ::aws_types::request_id::RequestId for crate::operation::list_object_versions::ListObjectVersionsError {
  567    567   
    fn request_id(&self) -> Option<&str> {
  568    568   
        self.meta().request_id()
  569    569   
    }
  570    570   
}
  571    571   
  572         -
pub use crate::operation::list_object_versions::_list_object_versions_output::ListObjectVersionsOutput;
  573         -
  574    572   
pub use crate::operation::list_object_versions::_list_object_versions_input::ListObjectVersionsInput;
  575    573   
         574  +
pub use crate::operation::list_object_versions::_list_object_versions_output::ListObjectVersionsOutput;
         575  +
  576    576   
mod _list_object_versions_input;
  577    577   
  578    578   
mod _list_object_versions_output;
  579    579   
  580    580   
/// Builders
  581    581   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_object_versions/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::list_object_versions::_list_object_versions_output::ListObjectVersionsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_object_versions::_list_object_versions_input::ListObjectVersionsInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_object_versions::_list_object_versions_output::ListObjectVersionsOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_object_versions::builders::ListObjectVersionsInputBuilder {
    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::list_object_versions::ListObjectVersionsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_object_versions::ListObjectVersionsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -490,490 +529,529 @@
  510    510   
    fn extended_request_id(&self) -> Option<&str> {
  511    511   
        self.meta().extended_request_id()
  512    512   
    }
  513    513   
}
  514    514   
impl ::aws_types::request_id::RequestId for crate::operation::list_objects::ListObjectsError {
  515    515   
    fn request_id(&self) -> Option<&str> {
  516    516   
        self.meta().request_id()
  517    517   
    }
  518    518   
}
  519    519   
  520         -
pub use crate::operation::list_objects::_list_objects_output::ListObjectsOutput;
  521         -
  522    520   
pub use crate::operation::list_objects::_list_objects_input::ListObjectsInput;
  523    521   
         522  +
pub use crate::operation::list_objects::_list_objects_output::ListObjectsOutput;
         523  +
  524    524   
mod _list_objects_input;
  525    525   
  526    526   
mod _list_objects_output;
  527    527   
  528    528   
/// Builders
  529    529   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_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::list_objects::_list_objects_output::ListObjectsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_objects::_list_objects_input::ListObjectsInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_objects::_list_objects_output::ListObjectsOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_objects::builders::ListObjectsInputBuilder {
    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::list_objects::ListObjectsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_objects::ListObjectsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -393,393 +435,435 @@
  413    413   
    fn extended_request_id(&self) -> Option<&str> {
  414    414   
        self.meta().extended_request_id()
  415    415   
    }
  416    416   
}
  417    417   
impl ::aws_types::request_id::RequestId for crate::operation::list_objects_v2::ListObjectsV2Error {
  418    418   
    fn request_id(&self) -> Option<&str> {
  419    419   
        self.meta().request_id()
  420    420   
    }
  421    421   
}
  422    422   
  423         -
pub use crate::operation::list_objects_v2::_list_objects_v2_output::ListObjectsV2Output;
  424         -
  425    423   
pub use crate::operation::list_objects_v2::_list_objects_v2_input::ListObjectsV2Input;
  426    424   
         425  +
pub use crate::operation::list_objects_v2::_list_objects_v2_output::ListObjectsV2Output;
         426  +
  427    427   
mod _list_objects_v2_input;
  428    428   
  429    429   
mod _list_objects_v2_output;
  430    430   
  431    431   
/// Builders
  432    432   
pub mod builders;
  433    433   
  434    434   
/// Paginator for this operation
  435    435   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_objects_v2/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::list_objects_v2::_list_objects_v2_output::ListObjectsV2OutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_objects_v2::_list_objects_v2_input::ListObjectsV2InputBuilder;
    5      3   
           4  +
pub use crate::operation::list_objects_v2::_list_objects_v2_output::ListObjectsV2OutputBuilder;
           5  +
    6      6   
impl crate::operation::list_objects_v2::builders::ListObjectsV2InputBuilder {
    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::list_objects_v2::ListObjectsV2Output,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_objects_v2::ListObjectsV2Error,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -384,384 +426,426 @@
  404    404   
    fn extended_request_id(&self) -> Option<&str> {
  405    405   
        self.meta().extended_request_id()
  406    406   
    }
  407    407   
}
  408    408   
impl ::aws_types::request_id::RequestId for crate::operation::list_parts::ListPartsError {
  409    409   
    fn request_id(&self) -> Option<&str> {
  410    410   
        self.meta().request_id()
  411    411   
    }
  412    412   
}
  413    413   
  414         -
pub use crate::operation::list_parts::_list_parts_output::ListPartsOutput;
  415         -
  416    414   
pub use crate::operation::list_parts::_list_parts_input::ListPartsInput;
  417    415   
         416  +
pub use crate::operation::list_parts::_list_parts_output::ListPartsOutput;
         417  +
  418    418   
mod _list_parts_input;
  419    419   
  420    420   
mod _list_parts_output;
  421    421   
  422    422   
/// Builders
  423    423   
pub mod builders;
  424    424   
  425    425   
/// Paginator for this operation
  426    426   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_parts/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::list_parts::_list_parts_output::ListPartsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_parts::_list_parts_input::ListPartsInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_parts::_list_parts_output::ListPartsOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_parts::builders::ListPartsInputBuilder {
    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::list_parts::ListPartsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_parts::ListPartsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -430,430 +469,469 @@
  450    450   
    fn extended_request_id(&self) -> Option<&str> {
  451    451   
        self.meta().extended_request_id()
  452    452   
    }
  453    453   
}
  454    454   
impl ::aws_types::request_id::RequestId for crate::operation::put_bucket_accelerate_configuration::PutBucketAccelerateConfigurationError {
  455    455   
    fn request_id(&self) -> Option<&str> {
  456    456   
        self.meta().request_id()
  457    457   
    }
  458    458   
}
  459    459   
  460         -
pub use crate::operation::put_bucket_accelerate_configuration::_put_bucket_accelerate_configuration_output::PutBucketAccelerateConfigurationOutput;
  461         -
  462    460   
pub use crate::operation::put_bucket_accelerate_configuration::_put_bucket_accelerate_configuration_input::PutBucketAccelerateConfigurationInput;
  463    461   
         462  +
pub use crate::operation::put_bucket_accelerate_configuration::_put_bucket_accelerate_configuration_output::PutBucketAccelerateConfigurationOutput;
         463  +
  464    464   
mod _put_bucket_accelerate_configuration_input;
  465    465   
  466    466   
mod _put_bucket_accelerate_configuration_output;
  467    467   
  468    468   
/// Builders
  469    469   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_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::put_bucket_accelerate_configuration::_put_bucket_accelerate_configuration_output::PutBucketAccelerateConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_accelerate_configuration::_put_bucket_accelerate_configuration_input::PutBucketAccelerateConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_accelerate_configuration::_put_bucket_accelerate_configuration_output::PutBucketAccelerateConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_accelerate_configuration::builders::PutBucketAccelerateConfigurationInputBuilder {
    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_bucket_accelerate_configuration::PutBucketAccelerateConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_accelerate_configuration::PutBucketAccelerateConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -413,413 +452,452 @@
  433    433   
    fn extended_request_id(&self) -> Option<&str> {
  434    434   
        self.meta().extended_request_id()
  435    435   
    }
  436    436   
}
  437    437   
impl ::aws_types::request_id::RequestId for crate::operation::put_bucket_acl::PutBucketAclError {
  438    438   
    fn request_id(&self) -> Option<&str> {
  439    439   
        self.meta().request_id()
  440    440   
    }
  441    441   
}
  442    442   
  443         -
pub use crate::operation::put_bucket_acl::_put_bucket_acl_output::PutBucketAclOutput;
  444         -
  445    443   
pub use crate::operation::put_bucket_acl::_put_bucket_acl_input::PutBucketAclInput;
  446    444   
         445  +
pub use crate::operation::put_bucket_acl::_put_bucket_acl_output::PutBucketAclOutput;
         446  +
  447    447   
mod _put_bucket_acl_input;
  448    448   
  449    449   
mod _put_bucket_acl_output;
  450    450   
  451    451   
/// Builders
  452    452   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_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::put_bucket_acl::_put_bucket_acl_output::PutBucketAclOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_acl::_put_bucket_acl_input::PutBucketAclInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_acl::_put_bucket_acl_output::PutBucketAclOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_acl::builders::PutBucketAclInputBuilder {
    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_bucket_acl::PutBucketAclOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_acl::PutBucketAclError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -381,381 +420,420 @@
  401    401   
    fn extended_request_id(&self) -> Option<&str> {
  402    402   
        self.meta().extended_request_id()
  403    403   
    }
  404    404   
}
  405    405   
impl ::aws_types::request_id::RequestId for crate::operation::put_bucket_analytics_configuration::PutBucketAnalyticsConfigurationError {
  406    406   
    fn request_id(&self) -> Option<&str> {
  407    407   
        self.meta().request_id()
  408    408   
    }
  409    409   
}
  410    410   
  411         -
pub use crate::operation::put_bucket_analytics_configuration::_put_bucket_analytics_configuration_output::PutBucketAnalyticsConfigurationOutput;
  412         -
  413    411   
pub use crate::operation::put_bucket_analytics_configuration::_put_bucket_analytics_configuration_input::PutBucketAnalyticsConfigurationInput;
  414    412   
         413  +
pub use crate::operation::put_bucket_analytics_configuration::_put_bucket_analytics_configuration_output::PutBucketAnalyticsConfigurationOutput;
         414  +
  415    415   
mod _put_bucket_analytics_configuration_input;
  416    416   
  417    417   
mod _put_bucket_analytics_configuration_output;
  418    418   
  419    419   
/// Builders
  420    420   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_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::put_bucket_analytics_configuration::_put_bucket_analytics_configuration_output::PutBucketAnalyticsConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_analytics_configuration::_put_bucket_analytics_configuration_input::PutBucketAnalyticsConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_analytics_configuration::_put_bucket_analytics_configuration_output::PutBucketAnalyticsConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_analytics_configuration::builders::PutBucketAnalyticsConfigurationInputBuilder {
    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_bucket_analytics_configuration::PutBucketAnalyticsConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_analytics_configuration::PutBucketAnalyticsConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -413,413 +452,452 @@
  433    433   
    fn extended_request_id(&self) -> Option<&str> {
  434    434   
        self.meta().extended_request_id()
  435    435   
    }
  436    436   
}
  437    437   
impl ::aws_types::request_id::RequestId for crate::operation::put_bucket_cors::PutBucketCorsError {
  438    438   
    fn request_id(&self) -> Option<&str> {
  439    439   
        self.meta().request_id()
  440    440   
    }
  441    441   
}
  442    442   
  443         -
pub use crate::operation::put_bucket_cors::_put_bucket_cors_output::PutBucketCorsOutput;
  444         -
  445    443   
pub use crate::operation::put_bucket_cors::_put_bucket_cors_input::PutBucketCorsInput;
  446    444   
         445  +
pub use crate::operation::put_bucket_cors::_put_bucket_cors_output::PutBucketCorsOutput;
         446  +
  447    447   
mod _put_bucket_cors_input;
  448    448   
  449    449   
mod _put_bucket_cors_output;
  450    450   
  451    451   
/// Builders
  452    452   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_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::put_bucket_cors::_put_bucket_cors_output::PutBucketCorsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_cors::_put_bucket_cors_input::PutBucketCorsInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_cors::_put_bucket_cors_output::PutBucketCorsOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_cors::builders::PutBucketCorsInputBuilder {
    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_bucket_cors::PutBucketCorsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_cors::PutBucketCorsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,