AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_logging.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_logging::PutBucketLoggingError {
  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_logging::_put_bucket_logging_output::PutBucketLoggingOutput;
  444         -
  445    443   
pub use crate::operation::put_bucket_logging::_put_bucket_logging_input::PutBucketLoggingInput;
  446    444   
         445  +
pub use crate::operation::put_bucket_logging::_put_bucket_logging_output::PutBucketLoggingOutput;
         446  +
  447    447   
mod _put_bucket_logging_input;
  448    448   
  449    449   
mod _put_bucket_logging_output;
  450    450   
  451    451   
/// Builders
  452    452   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_logging/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_logging::_put_bucket_logging_output::PutBucketLoggingOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_logging::_put_bucket_logging_input::PutBucketLoggingInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_logging::_put_bucket_logging_output::PutBucketLoggingOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_logging::builders::PutBucketLoggingInputBuilder {
    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_logging::PutBucketLoggingOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_logging::PutBucketLoggingError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -373,373 +412,412 @@
  393    393   
    fn extended_request_id(&self) -> Option<&str> {
  394    394   
        self.meta().extended_request_id()
  395    395   
    }
  396    396   
}
  397    397   
impl ::aws_types::request_id::RequestId for crate::operation::put_bucket_metrics_configuration::PutBucketMetricsConfigurationError {
  398    398   
    fn request_id(&self) -> Option<&str> {
  399    399   
        self.meta().request_id()
  400    400   
    }
  401    401   
}
  402    402   
  403         -
pub use crate::operation::put_bucket_metrics_configuration::_put_bucket_metrics_configuration_output::PutBucketMetricsConfigurationOutput;
  404         -
  405    403   
pub use crate::operation::put_bucket_metrics_configuration::_put_bucket_metrics_configuration_input::PutBucketMetricsConfigurationInput;
  406    404   
         405  +
pub use crate::operation::put_bucket_metrics_configuration::_put_bucket_metrics_configuration_output::PutBucketMetricsConfigurationOutput;
         406  +
  407    407   
mod _put_bucket_metrics_configuration_input;
  408    408   
  409    409   
mod _put_bucket_metrics_configuration_output;
  410    410   
  411    411   
/// Builders
  412    412   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_metrics_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_metrics_configuration::_put_bucket_metrics_configuration_output::PutBucketMetricsConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_metrics_configuration::_put_bucket_metrics_configuration_input::PutBucketMetricsConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_metrics_configuration::_put_bucket_metrics_configuration_output::PutBucketMetricsConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_metrics_configuration::builders::PutBucketMetricsConfigurationInputBuilder {
    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_metrics_configuration::PutBucketMetricsConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_metrics_configuration::PutBucketMetricsConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -373,373 +412,412 @@
  393    393   
    fn extended_request_id(&self) -> Option<&str> {
  394    394   
        self.meta().extended_request_id()
  395    395   
    }
  396    396   
}
  397    397   
impl ::aws_types::request_id::RequestId for crate::operation::put_bucket_notification_configuration::PutBucketNotificationConfigurationError {
  398    398   
    fn request_id(&self) -> Option<&str> {
  399    399   
        self.meta().request_id()
  400    400   
    }
  401    401   
}
  402    402   
  403         -
pub use crate::operation::put_bucket_notification_configuration::_put_bucket_notification_configuration_output::PutBucketNotificationConfigurationOutput;
  404         -
  405    403   
pub use crate::operation::put_bucket_notification_configuration::_put_bucket_notification_configuration_input::PutBucketNotificationConfigurationInput;
  406    404   
         405  +
pub use crate::operation::put_bucket_notification_configuration::_put_bucket_notification_configuration_output::PutBucketNotificationConfigurationOutput;
         406  +
  407    407   
mod _put_bucket_notification_configuration_input;
  408    408   
  409    409   
mod _put_bucket_notification_configuration_output;
  410    410   
  411    411   
/// Builders
  412    412   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_notification_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_notification_configuration::_put_bucket_notification_configuration_output::PutBucketNotificationConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_notification_configuration::_put_bucket_notification_configuration_input::PutBucketNotificationConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_notification_configuration::_put_bucket_notification_configuration_output::PutBucketNotificationConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_notification_configuration::builders::PutBucketNotificationConfigurationInputBuilder {
    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_notification_configuration::PutBucketNotificationConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_notification_configuration::PutBucketNotificationConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -419,419 +458,458 @@
  439    439   
    fn extended_request_id(&self) -> Option<&str> {
  440    440   
        self.meta().extended_request_id()
  441    441   
    }
  442    442   
}
  443    443   
impl ::aws_types::request_id::RequestId for crate::operation::put_bucket_ownership_controls::PutBucketOwnershipControlsError {
  444    444   
    fn request_id(&self) -> Option<&str> {
  445    445   
        self.meta().request_id()
  446    446   
    }
  447    447   
}
  448    448   
  449         -
pub use crate::operation::put_bucket_ownership_controls::_put_bucket_ownership_controls_output::PutBucketOwnershipControlsOutput;
  450         -
  451    449   
pub use crate::operation::put_bucket_ownership_controls::_put_bucket_ownership_controls_input::PutBucketOwnershipControlsInput;
  452    450   
         451  +
pub use crate::operation::put_bucket_ownership_controls::_put_bucket_ownership_controls_output::PutBucketOwnershipControlsOutput;
         452  +
  453    453   
mod _put_bucket_ownership_controls_input;
  454    454   
  455    455   
mod _put_bucket_ownership_controls_output;
  456    456   
  457    457   
/// Builders
  458    458   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_ownership_controls/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_ownership_controls::_put_bucket_ownership_controls_output::PutBucketOwnershipControlsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_ownership_controls::_put_bucket_ownership_controls_input::PutBucketOwnershipControlsInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_ownership_controls::_put_bucket_ownership_controls_output::PutBucketOwnershipControlsOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_ownership_controls::builders::PutBucketOwnershipControlsInputBuilder {
    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_ownership_controls::PutBucketOwnershipControlsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_ownership_controls::PutBucketOwnershipControlsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_policy.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_policy::PutBucketPolicyError {
  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_policy::_put_bucket_policy_output::PutBucketPolicyOutput;
  444         -
  445    443   
pub use crate::operation::put_bucket_policy::_put_bucket_policy_input::PutBucketPolicyInput;
  446    444   
         445  +
pub use crate::operation::put_bucket_policy::_put_bucket_policy_output::PutBucketPolicyOutput;
         446  +
  447    447   
mod _put_bucket_policy_input;
  448    448   
  449    449   
mod _put_bucket_policy_output;
  450    450   
  451    451   
/// Builders
  452    452   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_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::put_bucket_policy::_put_bucket_policy_output::PutBucketPolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_policy::_put_bucket_policy_input::PutBucketPolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_policy::_put_bucket_policy_output::PutBucketPolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_policy::builders::PutBucketPolicyInputBuilder {
    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_policy::PutBucketPolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_policy::PutBucketPolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -412,412 +451,451 @@
  432    432   
    fn extended_request_id(&self) -> Option<&str> {
  433    433   
        self.meta().extended_request_id()
  434    434   
    }
  435    435   
}
  436    436   
impl ::aws_types::request_id::RequestId for crate::operation::put_bucket_replication::PutBucketReplicationError {
  437    437   
    fn request_id(&self) -> Option<&str> {
  438    438   
        self.meta().request_id()
  439    439   
    }
  440    440   
}
  441    441   
  442         -
pub use crate::operation::put_bucket_replication::_put_bucket_replication_output::PutBucketReplicationOutput;
  443         -
  444    442   
pub use crate::operation::put_bucket_replication::_put_bucket_replication_input::PutBucketReplicationInput;
  445    443   
         444  +
pub use crate::operation::put_bucket_replication::_put_bucket_replication_output::PutBucketReplicationOutput;
         445  +
  446    446   
mod _put_bucket_replication_input;
  447    447   
  448    448   
mod _put_bucket_replication_output;
  449    449   
  450    450   
/// Builders
  451    451   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_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::put_bucket_replication::_put_bucket_replication_output::PutBucketReplicationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_replication::_put_bucket_replication_input::PutBucketReplicationInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_replication::_put_bucket_replication_output::PutBucketReplicationOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_replication::builders::PutBucketReplicationInputBuilder {
    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_replication::PutBucketReplicationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_replication::PutBucketReplicationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -421,421 +460,460 @@
  441    441   
    fn extended_request_id(&self) -> Option<&str> {
  442    442   
        self.meta().extended_request_id()
  443    443   
    }
  444    444   
}
  445    445   
impl ::aws_types::request_id::RequestId for crate::operation::put_bucket_request_payment::PutBucketRequestPaymentError {
  446    446   
    fn request_id(&self) -> Option<&str> {
  447    447   
        self.meta().request_id()
  448    448   
    }
  449    449   
}
  450    450   
  451         -
pub use crate::operation::put_bucket_request_payment::_put_bucket_request_payment_output::PutBucketRequestPaymentOutput;
  452         -
  453    451   
pub use crate::operation::put_bucket_request_payment::_put_bucket_request_payment_input::PutBucketRequestPaymentInput;
  454    452   
         453  +
pub use crate::operation::put_bucket_request_payment::_put_bucket_request_payment_output::PutBucketRequestPaymentOutput;
         454  +
  455    455   
mod _put_bucket_request_payment_input;
  456    456   
  457    457   
mod _put_bucket_request_payment_output;
  458    458   
  459    459   
/// Builders
  460    460   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_request_payment/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_request_payment::_put_bucket_request_payment_output::PutBucketRequestPaymentOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_request_payment::_put_bucket_request_payment_input::PutBucketRequestPaymentInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_request_payment::_put_bucket_request_payment_output::PutBucketRequestPaymentOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_request_payment::builders::PutBucketRequestPaymentInputBuilder {
    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_request_payment::PutBucketRequestPaymentOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_request_payment::PutBucketRequestPaymentError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_tagging.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_tagging::PutBucketTaggingError {
  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_tagging::_put_bucket_tagging_output::PutBucketTaggingOutput;
  444         -
  445    443   
pub use crate::operation::put_bucket_tagging::_put_bucket_tagging_input::PutBucketTaggingInput;
  446    444   
         445  +
pub use crate::operation::put_bucket_tagging::_put_bucket_tagging_output::PutBucketTaggingOutput;
         446  +
  447    447   
mod _put_bucket_tagging_input;
  448    448   
  449    449   
mod _put_bucket_tagging_output;
  450    450   
  451    451   
/// Builders
  452    452   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_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::put_bucket_tagging::_put_bucket_tagging_output::PutBucketTaggingOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_tagging::_put_bucket_tagging_input::PutBucketTaggingInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_tagging::_put_bucket_tagging_output::PutBucketTaggingOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_tagging::builders::PutBucketTaggingInputBuilder {
    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_tagging::PutBucketTaggingOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_tagging::PutBucketTaggingError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,