AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_encryption.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::put_bucket_encryption::PutBucketEncryptionError {
  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::put_bucket_encryption::_put_bucket_encryption_output::PutBucketEncryptionOutput;
  442         -
  443    441   
pub use crate::operation::put_bucket_encryption::_put_bucket_encryption_input::PutBucketEncryptionInput;
  444    442   
         443  +
pub use crate::operation::put_bucket_encryption::_put_bucket_encryption_output::PutBucketEncryptionOutput;
         444  +
  445    445   
mod _put_bucket_encryption_input;
  446    446   
  447    447   
mod _put_bucket_encryption_output;
  448    448   
  449    449   
/// Builders
  450    450   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_encryption/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_encryption::_put_bucket_encryption_output::PutBucketEncryptionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_encryption::_put_bucket_encryption_input::PutBucketEncryptionInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_encryption::_put_bucket_encryption_output::PutBucketEncryptionOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_encryption::builders::PutBucketEncryptionInputBuilder {
    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_encryption::PutBucketEncryptionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_encryption::PutBucketEncryptionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -386,386 +425,425 @@
  406    406   
    }
  407    407   
}
  408    408   
impl ::aws_types::request_id::RequestId
  409    409   
    for crate::operation::put_bucket_intelligent_tiering_configuration::PutBucketIntelligentTieringConfigurationError
  410    410   
{
  411    411   
    fn request_id(&self) -> Option<&str> {
  412    412   
        self.meta().request_id()
  413    413   
    }
  414    414   
}
  415    415   
  416         -
pub use crate::operation::put_bucket_intelligent_tiering_configuration::_put_bucket_intelligent_tiering_configuration_output::PutBucketIntelligentTieringConfigurationOutput;
  417         -
  418    416   
pub use crate::operation::put_bucket_intelligent_tiering_configuration::_put_bucket_intelligent_tiering_configuration_input::PutBucketIntelligentTieringConfigurationInput;
  419    417   
         418  +
pub use crate::operation::put_bucket_intelligent_tiering_configuration::_put_bucket_intelligent_tiering_configuration_output::PutBucketIntelligentTieringConfigurationOutput;
         419  +
  420    420   
mod _put_bucket_intelligent_tiering_configuration_input;
  421    421   
  422    422   
mod _put_bucket_intelligent_tiering_configuration_output;
  423    423   
  424    424   
/// Builders
  425    425   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_intelligent_tiering_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_intelligent_tiering_configuration::_put_bucket_intelligent_tiering_configuration_output::PutBucketIntelligentTieringConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_intelligent_tiering_configuration::_put_bucket_intelligent_tiering_configuration_input::PutBucketIntelligentTieringConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_intelligent_tiering_configuration::_put_bucket_intelligent_tiering_configuration_output::PutBucketIntelligentTieringConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_intelligent_tiering_configuration::builders::PutBucketIntelligentTieringConfigurationInputBuilder {
    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_intelligent_tiering_configuration::PutBucketIntelligentTieringConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_intelligent_tiering_configuration::PutBucketIntelligentTieringConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_inventory_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_inventory_configuration::PutBucketInventoryConfigurationError {
  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_inventory_configuration::_put_bucket_inventory_configuration_output::PutBucketInventoryConfigurationOutput;
  412         -
  413    411   
pub use crate::operation::put_bucket_inventory_configuration::_put_bucket_inventory_configuration_input::PutBucketInventoryConfigurationInput;
  414    412   
         413  +
pub use crate::operation::put_bucket_inventory_configuration::_put_bucket_inventory_configuration_output::PutBucketInventoryConfigurationOutput;
         414  +
  415    415   
mod _put_bucket_inventory_configuration_input;
  416    416   
  417    417   
mod _put_bucket_inventory_configuration_output;
  418    418   
  419    419   
/// Builders
  420    420   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_inventory_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_inventory_configuration::_put_bucket_inventory_configuration_output::PutBucketInventoryConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_inventory_configuration::_put_bucket_inventory_configuration_input::PutBucketInventoryConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_inventory_configuration::_put_bucket_inventory_configuration_output::PutBucketInventoryConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_inventory_configuration::builders::PutBucketInventoryConfigurationInputBuilder {
    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_inventory_configuration::PutBucketInventoryConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_inventory_configuration::PutBucketInventoryConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_lifecycle_configuration.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::put_bucket_lifecycle_configuration::PutBucketLifecycleConfigurationError {
  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::put_bucket_lifecycle_configuration::_put_bucket_lifecycle_configuration_output::PutBucketLifecycleConfigurationOutput;
  521         -
  522    520   
pub use crate::operation::put_bucket_lifecycle_configuration::_put_bucket_lifecycle_configuration_input::PutBucketLifecycleConfigurationInput;
  523    521   
         522  +
pub use crate::operation::put_bucket_lifecycle_configuration::_put_bucket_lifecycle_configuration_output::PutBucketLifecycleConfigurationOutput;
         523  +
  524    524   
mod _put_bucket_lifecycle_configuration_input;
  525    525   
  526    526   
mod _put_bucket_lifecycle_configuration_output;
  527    527   
  528    528   
/// Builders
  529    529   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/put_bucket_lifecycle_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_lifecycle_configuration::_put_bucket_lifecycle_configuration_output::PutBucketLifecycleConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_bucket_lifecycle_configuration::_put_bucket_lifecycle_configuration_input::PutBucketLifecycleConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_bucket_lifecycle_configuration::_put_bucket_lifecycle_configuration_output::PutBucketLifecycleConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_bucket_lifecycle_configuration::builders::PutBucketLifecycleConfigurationInputBuilder {
    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_lifecycle_configuration::PutBucketLifecycleConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_bucket_lifecycle_configuration::PutBucketLifecycleConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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,