AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

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

@@ -409,409 +448,448 @@
  429    429   
    fn extended_request_id(&self) -> Option<&str> {
  430    430   
        self.meta().extended_request_id()
  431    431   
    }
  432    432   
}
  433    433   
impl ::aws_types::request_id::RequestId for crate::operation::put_bucket_versioning::PutBucketVersioningError {
  434    434   
    fn request_id(&self) -> Option<&str> {
  435    435   
        self.meta().request_id()
  436    436   
    }
  437    437   
}
  438    438   
  439         -
pub use crate::operation::put_bucket_versioning::_put_bucket_versioning_output::PutBucketVersioningOutput;
  440         -
  441    439   
pub use crate::operation::put_bucket_versioning::_put_bucket_versioning_input::PutBucketVersioningInput;
  442    440   
         441  +
pub use crate::operation::put_bucket_versioning::_put_bucket_versioning_output::PutBucketVersioningOutput;
         442  +
  443    443   
mod _put_bucket_versioning_input;
  444    444   
  445    445   
mod _put_bucket_versioning_output;
  446    446   
  447    447   
/// Builders
  448    448   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_versioning/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_versioning::_put_bucket_versioning_output::PutBucketVersioningOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_versioning::_put_bucket_versioning_input::PutBucketVersioningInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_versioning::_put_bucket_versioning_output::PutBucketVersioningOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_versioning::builders::PutBucketVersioningInputBuilder {
    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_versioning::PutBucketVersioningOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_versioning::PutBucketVersioningError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_website.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_website::PutBucketWebsiteError {
  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_website::_put_bucket_website_output::PutBucketWebsiteOutput;
  444         -
  445    443   
pub use crate::operation::put_bucket_website::_put_bucket_website_input::PutBucketWebsiteInput;
  446    444   
         445  +
pub use crate::operation::put_bucket_website::_put_bucket_website_output::PutBucketWebsiteOutput;
         446  +
  447    447   
mod _put_bucket_website_input;
  448    448   
  449    449   
mod _put_bucket_website_output;
  450    450   
  451    451   
/// Builders
  452    452   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_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::put_bucket_website::_put_bucket_website_output::PutBucketWebsiteOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_website::_put_bucket_website_input::PutBucketWebsiteInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_website::_put_bucket_website_output::PutBucketWebsiteOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_website::builders::PutBucketWebsiteInputBuilder {
    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_website::PutBucketWebsiteOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_website::PutBucketWebsiteError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -551,551 +590,590 @@
  571    571   
    fn extended_request_id(&self) -> Option<&str> {
  572    572   
        self.meta().extended_request_id()
  573    573   
    }
  574    574   
}
  575    575   
impl ::aws_types::request_id::RequestId for crate::operation::put_object::PutObjectError {
  576    576   
    fn request_id(&self) -> Option<&str> {
  577    577   
        self.meta().request_id()
  578    578   
    }
  579    579   
}
  580    580   
  581         -
pub use crate::operation::put_object::_put_object_output::PutObjectOutput;
  582         -
  583    581   
pub use crate::operation::put_object::_put_object_input::PutObjectInput;
  584    582   
         583  +
pub use crate::operation::put_object::_put_object_output::PutObjectOutput;
         584  +
  585    585   
mod _put_object_input;
  586    586   
  587    587   
mod _put_object_output;
  588    588   
  589    589   
/// Builders
  590    590   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_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::put_object::_put_object_output::PutObjectOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_object::_put_object_input::PutObjectInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_object::_put_object_output::PutObjectOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_object::builders::PutObjectInputBuilder {
    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_object::PutObjectOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_object::PutObjectError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -445,445 +484,484 @@
  465    465   
    fn extended_request_id(&self) -> Option<&str> {
  466    466   
        self.meta().extended_request_id()
  467    467   
    }
  468    468   
}
  469    469   
impl ::aws_types::request_id::RequestId for crate::operation::put_object_acl::PutObjectAclError {
  470    470   
    fn request_id(&self) -> Option<&str> {
  471    471   
        self.meta().request_id()
  472    472   
    }
  473    473   
}
  474    474   
  475         -
pub use crate::operation::put_object_acl::_put_object_acl_output::PutObjectAclOutput;
  476         -
  477    475   
pub use crate::operation::put_object_acl::_put_object_acl_input::PutObjectAclInput;
  478    476   
         477  +
pub use crate::operation::put_object_acl::_put_object_acl_output::PutObjectAclOutput;
         478  +
  479    479   
mod _put_object_acl_input;
  480    480   
  481    481   
mod _put_object_acl_output;
  482    482   
  483    483   
/// Builders
  484    484   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_object_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_object_acl::_put_object_acl_output::PutObjectAclOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_object_acl::_put_object_acl_input::PutObjectAclInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_object_acl::_put_object_acl_output::PutObjectAclOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_object_acl::builders::PutObjectAclInputBuilder {
    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_object_acl::PutObjectAclOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_object_acl::PutObjectAclError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -424,424 +463,463 @@
  444    444   
    fn extended_request_id(&self) -> Option<&str> {
  445    445   
        self.meta().extended_request_id()
  446    446   
    }
  447    447   
}
  448    448   
impl ::aws_types::request_id::RequestId for crate::operation::put_object_legal_hold::PutObjectLegalHoldError {
  449    449   
    fn request_id(&self) -> Option<&str> {
  450    450   
        self.meta().request_id()
  451    451   
    }
  452    452   
}
  453    453   
  454         -
pub use crate::operation::put_object_legal_hold::_put_object_legal_hold_output::PutObjectLegalHoldOutput;
  455         -
  456    454   
pub use crate::operation::put_object_legal_hold::_put_object_legal_hold_input::PutObjectLegalHoldInput;
  457    455   
         456  +
pub use crate::operation::put_object_legal_hold::_put_object_legal_hold_output::PutObjectLegalHoldOutput;
         457  +
  458    458   
mod _put_object_legal_hold_input;
  459    459   
  460    460   
mod _put_object_legal_hold_output;
  461    461   
  462    462   
/// Builders
  463    463   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_object_legal_hold/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_object_legal_hold::_put_object_legal_hold_output::PutObjectLegalHoldOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_object_legal_hold::_put_object_legal_hold_input::PutObjectLegalHoldInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_object_legal_hold::_put_object_legal_hold_output::PutObjectLegalHoldOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_object_legal_hold::builders::PutObjectLegalHoldInputBuilder {
    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_object_legal_hold::PutObjectLegalHoldOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_object_legal_hold::PutObjectLegalHoldError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -420,420 +459,459 @@
  440    440   
    fn extended_request_id(&self) -> Option<&str> {
  441    441   
        self.meta().extended_request_id()
  442    442   
    }
  443    443   
}
  444    444   
impl ::aws_types::request_id::RequestId for crate::operation::put_object_lock_configuration::PutObjectLockConfigurationError {
  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::put_object_lock_configuration::_put_object_lock_configuration_output::PutObjectLockConfigurationOutput;
  451         -
  452    450   
pub use crate::operation::put_object_lock_configuration::_put_object_lock_configuration_input::PutObjectLockConfigurationInput;
  453    451   
         452  +
pub use crate::operation::put_object_lock_configuration::_put_object_lock_configuration_output::PutObjectLockConfigurationOutput;
         453  +
  454    454   
mod _put_object_lock_configuration_input;
  455    455   
  456    456   
mod _put_object_lock_configuration_output;
  457    457   
  458    458   
/// Builders
  459    459   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_object_lock_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_object_lock_configuration::_put_object_lock_configuration_output::PutObjectLockConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_object_lock_configuration::_put_object_lock_configuration_input::PutObjectLockConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_object_lock_configuration::_put_object_lock_configuration_output::PutObjectLockConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_object_lock_configuration::builders::PutObjectLockConfigurationInputBuilder {
    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_object_lock_configuration::PutObjectLockConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_object_lock_configuration::PutObjectLockConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -424,424 +463,463 @@
  444    444   
    fn extended_request_id(&self) -> Option<&str> {
  445    445   
        self.meta().extended_request_id()
  446    446   
    }
  447    447   
}
  448    448   
impl ::aws_types::request_id::RequestId for crate::operation::put_object_retention::PutObjectRetentionError {
  449    449   
    fn request_id(&self) -> Option<&str> {
  450    450   
        self.meta().request_id()
  451    451   
    }
  452    452   
}
  453    453   
  454         -
pub use crate::operation::put_object_retention::_put_object_retention_output::PutObjectRetentionOutput;
  455         -
  456    454   
pub use crate::operation::put_object_retention::_put_object_retention_input::PutObjectRetentionInput;
  457    455   
         456  +
pub use crate::operation::put_object_retention::_put_object_retention_output::PutObjectRetentionOutput;
         457  +
  458    458   
mod _put_object_retention_input;
  459    459   
  460    460   
mod _put_object_retention_output;
  461    461   
  462    462   
/// Builders
  463    463   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_object_retention/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_object_retention::_put_object_retention_output::PutObjectRetentionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_object_retention::_put_object_retention_input::PutObjectRetentionInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_object_retention::_put_object_retention_output::PutObjectRetentionOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_object_retention::builders::PutObjectRetentionInputBuilder {
    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_object_retention::PutObjectRetentionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_object_retention::PutObjectRetentionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -428,428 +467,467 @@
  448    448   
    fn extended_request_id(&self) -> Option<&str> {
  449    449   
        self.meta().extended_request_id()
  450    450   
    }
  451    451   
}
  452    452   
impl ::aws_types::request_id::RequestId for crate::operation::put_object_tagging::PutObjectTaggingError {
  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::put_object_tagging::_put_object_tagging_output::PutObjectTaggingOutput;
  459         -
  460    458   
pub use crate::operation::put_object_tagging::_put_object_tagging_input::PutObjectTaggingInput;
  461    459   
         460  +
pub use crate::operation::put_object_tagging::_put_object_tagging_output::PutObjectTaggingOutput;
         461  +
  462    462   
mod _put_object_tagging_input;
  463    463   
  464    464   
mod _put_object_tagging_output;
  465    465   
  466    466   
/// Builders
  467    467   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_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::put_object_tagging::_put_object_tagging_output::PutObjectTaggingOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_object_tagging::_put_object_tagging_input::PutObjectTaggingInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_object_tagging::_put_object_tagging_output::PutObjectTaggingOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_object_tagging::builders::PutObjectTaggingInputBuilder {
    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_object_tagging::PutObjectTaggingOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_object_tagging::PutObjectTaggingError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,