AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

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

@@ -341,341 +380,380 @@
  361    361   
    fn extended_request_id(&self) -> Option<&str> {
  362    362   
        self.meta().extended_request_id()
  363    363   
    }
  364    364   
}
  365    365   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_encryption::GetBucketEncryptionError {
  366    366   
    fn request_id(&self) -> Option<&str> {
  367    367   
        self.meta().request_id()
  368    368   
    }
  369    369   
}
  370    370   
  371         -
pub use crate::operation::get_bucket_encryption::_get_bucket_encryption_output::GetBucketEncryptionOutput;
  372         -
  373    371   
pub use crate::operation::get_bucket_encryption::_get_bucket_encryption_input::GetBucketEncryptionInput;
  374    372   
         373  +
pub use crate::operation::get_bucket_encryption::_get_bucket_encryption_output::GetBucketEncryptionOutput;
         374  +
  375    375   
mod _get_bucket_encryption_input;
  376    376   
  377    377   
mod _get_bucket_encryption_output;
  378    378   
  379    379   
/// Builders
  380    380   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_bucket_encryption::_get_bucket_encryption_output::GetBucketEncryptionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_encryption::_get_bucket_encryption_input::GetBucketEncryptionInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_encryption::_get_bucket_encryption_output::GetBucketEncryptionOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_encryption::builders::GetBucketEncryptionInputBuilder {
    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::get_bucket_encryption::GetBucketEncryptionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_encryption::GetBucketEncryptionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -379,379 +418,418 @@
  399    399   
    }
  400    400   
}
  401    401   
impl ::aws_types::request_id::RequestId
  402    402   
    for crate::operation::get_bucket_intelligent_tiering_configuration::GetBucketIntelligentTieringConfigurationError
  403    403   
{
  404    404   
    fn request_id(&self) -> Option<&str> {
  405    405   
        self.meta().request_id()
  406    406   
    }
  407    407   
}
  408    408   
  409         -
pub use crate::operation::get_bucket_intelligent_tiering_configuration::_get_bucket_intelligent_tiering_configuration_output::GetBucketIntelligentTieringConfigurationOutput;
  410         -
  411    409   
pub use crate::operation::get_bucket_intelligent_tiering_configuration::_get_bucket_intelligent_tiering_configuration_input::GetBucketIntelligentTieringConfigurationInput;
  412    410   
         411  +
pub use crate::operation::get_bucket_intelligent_tiering_configuration::_get_bucket_intelligent_tiering_configuration_output::GetBucketIntelligentTieringConfigurationOutput;
         412  +
  413    413   
mod _get_bucket_intelligent_tiering_configuration_input;
  414    414   
  415    415   
mod _get_bucket_intelligent_tiering_configuration_output;
  416    416   
  417    417   
/// Builders
  418    418   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_bucket_intelligent_tiering_configuration::_get_bucket_intelligent_tiering_configuration_output::GetBucketIntelligentTieringConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_intelligent_tiering_configuration::_get_bucket_intelligent_tiering_configuration_input::GetBucketIntelligentTieringConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_intelligent_tiering_configuration::_get_bucket_intelligent_tiering_configuration_output::GetBucketIntelligentTieringConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_intelligent_tiering_configuration::builders::GetBucketIntelligentTieringConfigurationInputBuilder {
    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::get_bucket_intelligent_tiering_configuration::GetBucketIntelligentTieringConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_intelligent_tiering_configuration::GetBucketIntelligentTieringConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -375,375 +414,414 @@
  395    395   
    fn extended_request_id(&self) -> Option<&str> {
  396    396   
        self.meta().extended_request_id()
  397    397   
    }
  398    398   
}
  399    399   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_inventory_configuration::GetBucketInventoryConfigurationError {
  400    400   
    fn request_id(&self) -> Option<&str> {
  401    401   
        self.meta().request_id()
  402    402   
    }
  403    403   
}
  404    404   
  405         -
pub use crate::operation::get_bucket_inventory_configuration::_get_bucket_inventory_configuration_output::GetBucketInventoryConfigurationOutput;
  406         -
  407    405   
pub use crate::operation::get_bucket_inventory_configuration::_get_bucket_inventory_configuration_input::GetBucketInventoryConfigurationInput;
  408    406   
         407  +
pub use crate::operation::get_bucket_inventory_configuration::_get_bucket_inventory_configuration_output::GetBucketInventoryConfigurationOutput;
         408  +
  409    409   
mod _get_bucket_inventory_configuration_input;
  410    410   
  411    411   
mod _get_bucket_inventory_configuration_output;
  412    412   
  413    413   
/// Builders
  414    414   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_bucket_inventory_configuration::_get_bucket_inventory_configuration_output::GetBucketInventoryConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_inventory_configuration::_get_bucket_inventory_configuration_input::GetBucketInventoryConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_inventory_configuration::_get_bucket_inventory_configuration_output::GetBucketInventoryConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_inventory_configuration::builders::GetBucketInventoryConfigurationInputBuilder {
    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::get_bucket_inventory_configuration::GetBucketInventoryConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_inventory_configuration::GetBucketInventoryConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -362,362 +401,401 @@
  382    382   
    fn extended_request_id(&self) -> Option<&str> {
  383    383   
        self.meta().extended_request_id()
  384    384   
    }
  385    385   
}
  386    386   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_lifecycle_configuration::GetBucketLifecycleConfigurationError {
  387    387   
    fn request_id(&self) -> Option<&str> {
  388    388   
        self.meta().request_id()
  389    389   
    }
  390    390   
}
  391    391   
  392         -
pub use crate::operation::get_bucket_lifecycle_configuration::_get_bucket_lifecycle_configuration_output::GetBucketLifecycleConfigurationOutput;
  393         -
  394    392   
pub use crate::operation::get_bucket_lifecycle_configuration::_get_bucket_lifecycle_configuration_input::GetBucketLifecycleConfigurationInput;
  395    393   
         394  +
pub use crate::operation::get_bucket_lifecycle_configuration::_get_bucket_lifecycle_configuration_output::GetBucketLifecycleConfigurationOutput;
         395  +
  396    396   
mod _get_bucket_lifecycle_configuration_input;
  397    397   
  398    398   
mod _get_bucket_lifecycle_configuration_output;
  399    399   
  400    400   
/// Builders
  401    401   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_bucket_lifecycle_configuration::_get_bucket_lifecycle_configuration_output::GetBucketLifecycleConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_lifecycle_configuration::_get_bucket_lifecycle_configuration_input::GetBucketLifecycleConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_lifecycle_configuration::_get_bucket_lifecycle_configuration_output::GetBucketLifecycleConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_lifecycle_configuration::builders::GetBucketLifecycleConfigurationInputBuilder {
    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::get_bucket_lifecycle_configuration::GetBucketLifecycleConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_lifecycle_configuration::GetBucketLifecycleConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -392,392 +431,431 @@
  412    412   
    fn extended_request_id(&self) -> Option<&str> {
  413    413   
        self.meta().extended_request_id()
  414    414   
    }
  415    415   
}
  416    416   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_location::GetBucketLocationError {
  417    417   
    fn request_id(&self) -> Option<&str> {
  418    418   
        self.meta().request_id()
  419    419   
    }
  420    420   
}
  421    421   
  422         -
pub use crate::operation::get_bucket_location::_get_bucket_location_output::GetBucketLocationOutput;
  423         -
  424    422   
pub use crate::operation::get_bucket_location::_get_bucket_location_input::GetBucketLocationInput;
  425    423   
         424  +
pub use crate::operation::get_bucket_location::_get_bucket_location_output::GetBucketLocationOutput;
         425  +
  426    426   
mod _get_bucket_location_input;
  427    427   
  428    428   
mod _get_bucket_location_output;
  429    429   
  430    430   
/// Builders
  431    431   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_bucket_location/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::get_bucket_location::_get_bucket_location_output::GetBucketLocationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_location::_get_bucket_location_input::GetBucketLocationInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_location::_get_bucket_location_output::GetBucketLocationOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_location::builders::GetBucketLocationInputBuilder {
    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::get_bucket_location::GetBucketLocationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_location::GetBucketLocationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_bucket_logging.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::get_bucket_logging::GetBucketLoggingError {
  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::get_bucket_logging::_get_bucket_logging_output::GetBucketLoggingOutput;
  379         -
  380    378   
pub use crate::operation::get_bucket_logging::_get_bucket_logging_input::GetBucketLoggingInput;
  381    379   
         380  +
pub use crate::operation::get_bucket_logging::_get_bucket_logging_output::GetBucketLoggingOutput;
         381  +
  382    382   
mod _get_bucket_logging_input;
  383    383   
  384    384   
mod _get_bucket_logging_output;
  385    385   
  386    386   
/// Builders
  387    387   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_bucket_logging::_get_bucket_logging_output::GetBucketLoggingOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_logging::_get_bucket_logging_input::GetBucketLoggingInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_logging::_get_bucket_logging_output::GetBucketLoggingOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_logging::builders::GetBucketLoggingInputBuilder {
    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::get_bucket_logging::GetBucketLoggingOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_logging::GetBucketLoggingError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -354,354 +393,393 @@
  374    374   
    fn extended_request_id(&self) -> Option<&str> {
  375    375   
        self.meta().extended_request_id()
  376    376   
    }
  377    377   
}
  378    378   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_metadata_configuration::GetBucketMetadataConfigurationError {
  379    379   
    fn request_id(&self) -> Option<&str> {
  380    380   
        self.meta().request_id()
  381    381   
    }
  382    382   
}
  383    383   
  384         -
pub use crate::operation::get_bucket_metadata_configuration::_get_bucket_metadata_configuration_output::GetBucketMetadataConfigurationOutput;
  385         -
  386    384   
pub use crate::operation::get_bucket_metadata_configuration::_get_bucket_metadata_configuration_input::GetBucketMetadataConfigurationInput;
  387    385   
         386  +
pub use crate::operation::get_bucket_metadata_configuration::_get_bucket_metadata_configuration_output::GetBucketMetadataConfigurationOutput;
         387  +
  388    388   
mod _get_bucket_metadata_configuration_input;
  389    389   
  390    390   
mod _get_bucket_metadata_configuration_output;
  391    391   
  392    392   
/// Builders
  393    393   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_bucket_metadata_configuration::_get_bucket_metadata_configuration_output::GetBucketMetadataConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_metadata_configuration::_get_bucket_metadata_configuration_input::GetBucketMetadataConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_metadata_configuration::_get_bucket_metadata_configuration_output::GetBucketMetadataConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_metadata_configuration::builders::GetBucketMetadataConfigurationInputBuilder {
    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::get_bucket_metadata_configuration::GetBucketMetadataConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_metadata_configuration::GetBucketMetadataConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_bucket_metadata_table_configuration.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::get_bucket_metadata_table_configuration::GetBucketMetadataTableConfigurationError {
  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::get_bucket_metadata_table_configuration::_get_bucket_metadata_table_configuration_output::GetBucketMetadataTableConfigurationOutput;
  397         -
  398    396   
pub use crate::operation::get_bucket_metadata_table_configuration::_get_bucket_metadata_table_configuration_input::GetBucketMetadataTableConfigurationInput;
  399    397   
         398  +
pub use crate::operation::get_bucket_metadata_table_configuration::_get_bucket_metadata_table_configuration_output::GetBucketMetadataTableConfigurationOutput;
         399  +
  400    400   
mod _get_bucket_metadata_table_configuration_input;
  401    401   
  402    402   
mod _get_bucket_metadata_table_configuration_output;
  403    403   
  404    404   
/// Builders
  405    405   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_bucket_metadata_table_configuration::_get_bucket_metadata_table_configuration_output::GetBucketMetadataTableConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_metadata_table_configuration::_get_bucket_metadata_table_configuration_input::GetBucketMetadataTableConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_metadata_table_configuration::_get_bucket_metadata_table_configuration_output::GetBucketMetadataTableConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_metadata_table_configuration::builders::GetBucketMetadataTableConfigurationInputBuilder {
    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::get_bucket_metadata_table_configuration::GetBucketMetadataTableConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_metadata_table_configuration::GetBucketMetadataTableConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,