AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

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

@@ -340,340 +379,379 @@
  360    360   
    fn extended_request_id(&self) -> Option<&str> {
  361    361   
        self.meta().extended_request_id()
  362    362   
    }
  363    363   
}
  364    364   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_versioning::GetBucketVersioningError {
  365    365   
    fn request_id(&self) -> Option<&str> {
  366    366   
        self.meta().request_id()
  367    367   
    }
  368    368   
}
  369    369   
  370         -
pub use crate::operation::get_bucket_versioning::_get_bucket_versioning_output::GetBucketVersioningOutput;
  371         -
  372    370   
pub use crate::operation::get_bucket_versioning::_get_bucket_versioning_input::GetBucketVersioningInput;
  373    371   
         372  +
pub use crate::operation::get_bucket_versioning::_get_bucket_versioning_output::GetBucketVersioningOutput;
         373  +
  374    374   
mod _get_bucket_versioning_input;
  375    375   
  376    376   
mod _get_bucket_versioning_output;
  377    377   
  378    378   
/// Builders
  379    379   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_bucket_versioning::_get_bucket_versioning_output::GetBucketVersioningOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_versioning::_get_bucket_versioning_input::GetBucketVersioningInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_versioning::_get_bucket_versioning_output::GetBucketVersioningOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_versioning::builders::GetBucketVersioningInputBuilder {
    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_versioning::GetBucketVersioningOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_versioning::GetBucketVersioningError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_bucket_website.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_website::GetBucketWebsiteError {
  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_website::_get_bucket_website_output::GetBucketWebsiteOutput;
  379         -
  380    378   
pub use crate::operation::get_bucket_website::_get_bucket_website_input::GetBucketWebsiteInput;
  381    379   
         380  +
pub use crate::operation::get_bucket_website::_get_bucket_website_output::GetBucketWebsiteOutput;
         381  +
  382    382   
mod _get_bucket_website_input;
  383    383   
  384    384   
mod _get_bucket_website_output;
  385    385   
  386    386   
/// Builders
  387    387   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_bucket_website::_get_bucket_website_output::GetBucketWebsiteOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_website::_get_bucket_website_input::GetBucketWebsiteInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_website::_get_bucket_website_output::GetBucketWebsiteOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_website::builders::GetBucketWebsiteInputBuilder {
    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_website::GetBucketWebsiteOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_website::GetBucketWebsiteError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -592,592 +631,631 @@
  612    612   
    fn extended_request_id(&self) -> Option<&str> {
  613    613   
        self.meta().extended_request_id()
  614    614   
    }
  615    615   
}
  616    616   
impl ::aws_types::request_id::RequestId for crate::operation::get_object::GetObjectError {
  617    617   
    fn request_id(&self) -> Option<&str> {
  618    618   
        self.meta().request_id()
  619    619   
    }
  620    620   
}
  621    621   
  622         -
pub use crate::operation::get_object::_get_object_output::GetObjectOutput;
  623         -
  624    622   
pub use crate::operation::get_object::_get_object_input::GetObjectInput;
  625    623   
         624  +
pub use crate::operation::get_object::_get_object_output::GetObjectOutput;
         625  +
  626    626   
mod _get_object_input;
  627    627   
  628    628   
mod _get_object_output;
  629    629   
  630    630   
/// Builders
  631    631   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_object::_get_object_output::GetObjectOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_object::_get_object_input::GetObjectInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_object::_get_object_output::GetObjectOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_object::builders::GetObjectInputBuilder {
    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_object::GetObjectOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_object::GetObjectError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -380,380 +419,419 @@
  400    400   
    fn extended_request_id(&self) -> Option<&str> {
  401    401   
        self.meta().extended_request_id()
  402    402   
    }
  403    403   
}
  404    404   
impl ::aws_types::request_id::RequestId for crate::operation::get_object_acl::GetObjectAclError {
  405    405   
    fn request_id(&self) -> Option<&str> {
  406    406   
        self.meta().request_id()
  407    407   
    }
  408    408   
}
  409    409   
  410         -
pub use crate::operation::get_object_acl::_get_object_acl_output::GetObjectAclOutput;
  411         -
  412    410   
pub use crate::operation::get_object_acl::_get_object_acl_input::GetObjectAclInput;
  413    411   
         412  +
pub use crate::operation::get_object_acl::_get_object_acl_output::GetObjectAclOutput;
         413  +
  414    414   
mod _get_object_acl_input;
  415    415   
  416    416   
mod _get_object_acl_output;
  417    417   
  418    418   
/// Builders
  419    419   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_object_acl::_get_object_acl_output::GetObjectAclOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_object_acl::_get_object_acl_input::GetObjectAclInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_object_acl::_get_object_acl_output::GetObjectAclOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_object_acl::builders::GetObjectAclInputBuilder {
    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_object_acl::GetObjectAclOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_object_acl::GetObjectAclError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -365,365 +404,404 @@
  385    385   
    fn extended_request_id(&self) -> Option<&str> {
  386    386   
        self.meta().extended_request_id()
  387    387   
    }
  388    388   
}
  389    389   
impl ::aws_types::request_id::RequestId for crate::operation::get_object_attributes::GetObjectAttributesError {
  390    390   
    fn request_id(&self) -> Option<&str> {
  391    391   
        self.meta().request_id()
  392    392   
    }
  393    393   
}
  394    394   
  395         -
pub use crate::operation::get_object_attributes::_get_object_attributes_output::GetObjectAttributesOutput;
  396         -
  397    395   
pub use crate::operation::get_object_attributes::_get_object_attributes_input::GetObjectAttributesInput;
  398    396   
         397  +
pub use crate::operation::get_object_attributes::_get_object_attributes_output::GetObjectAttributesOutput;
         398  +
  399    399   
mod _get_object_attributes_input;
  400    400   
  401    401   
mod _get_object_attributes_output;
  402    402   
  403    403   
/// Builders
  404    404   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_object_attributes/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_object_attributes::_get_object_attributes_output::GetObjectAttributesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_object_attributes::_get_object_attributes_input::GetObjectAttributesInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_object_attributes::_get_object_attributes_output::GetObjectAttributesOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_object_attributes::builders::GetObjectAttributesInputBuilder {
    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_object_attributes::GetObjectAttributesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_object_attributes::GetObjectAttributesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -355,355 +394,394 @@
  375    375   
    fn extended_request_id(&self) -> Option<&str> {
  376    376   
        self.meta().extended_request_id()
  377    377   
    }
  378    378   
}
  379    379   
impl ::aws_types::request_id::RequestId for crate::operation::get_object_legal_hold::GetObjectLegalHoldError {
  380    380   
    fn request_id(&self) -> Option<&str> {
  381    381   
        self.meta().request_id()
  382    382   
    }
  383    383   
}
  384    384   
  385         -
pub use crate::operation::get_object_legal_hold::_get_object_legal_hold_output::GetObjectLegalHoldOutput;
  386         -
  387    385   
pub use crate::operation::get_object_legal_hold::_get_object_legal_hold_input::GetObjectLegalHoldInput;
  388    386   
         387  +
pub use crate::operation::get_object_legal_hold::_get_object_legal_hold_output::GetObjectLegalHoldOutput;
         388  +
  389    389   
mod _get_object_legal_hold_input;
  390    390   
  391    391   
mod _get_object_legal_hold_output;
  392    392   
  393    393   
/// Builders
  394    394   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_object_legal_hold::_get_object_legal_hold_output::GetObjectLegalHoldOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_object_legal_hold::_get_object_legal_hold_input::GetObjectLegalHoldInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_object_legal_hold::_get_object_legal_hold_output::GetObjectLegalHoldOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_object_legal_hold::builders::GetObjectLegalHoldInputBuilder {
    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_object_legal_hold::GetObjectLegalHoldOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_object_legal_hold::GetObjectLegalHoldError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -352,352 +391,391 @@
  372    372   
    fn extended_request_id(&self) -> Option<&str> {
  373    373   
        self.meta().extended_request_id()
  374    374   
    }
  375    375   
}
  376    376   
impl ::aws_types::request_id::RequestId for crate::operation::get_object_lock_configuration::GetObjectLockConfigurationError {
  377    377   
    fn request_id(&self) -> Option<&str> {
  378    378   
        self.meta().request_id()
  379    379   
    }
  380    380   
}
  381    381   
  382         -
pub use crate::operation::get_object_lock_configuration::_get_object_lock_configuration_output::GetObjectLockConfigurationOutput;
  383         -
  384    382   
pub use crate::operation::get_object_lock_configuration::_get_object_lock_configuration_input::GetObjectLockConfigurationInput;
  385    383   
         384  +
pub use crate::operation::get_object_lock_configuration::_get_object_lock_configuration_output::GetObjectLockConfigurationOutput;
         385  +
  386    386   
mod _get_object_lock_configuration_input;
  387    387   
  388    388   
mod _get_object_lock_configuration_output;
  389    389   
  390    390   
/// Builders
  391    391   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_object_lock_configuration::_get_object_lock_configuration_output::GetObjectLockConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_object_lock_configuration::_get_object_lock_configuration_input::GetObjectLockConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_object_lock_configuration::_get_object_lock_configuration_output::GetObjectLockConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_object_lock_configuration::builders::GetObjectLockConfigurationInputBuilder {
    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_object_lock_configuration::GetObjectLockConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_object_lock_configuration::GetObjectLockConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -355,355 +394,394 @@
  375    375   
    fn extended_request_id(&self) -> Option<&str> {
  376    376   
        self.meta().extended_request_id()
  377    377   
    }
  378    378   
}
  379    379   
impl ::aws_types::request_id::RequestId for crate::operation::get_object_retention::GetObjectRetentionError {
  380    380   
    fn request_id(&self) -> Option<&str> {
  381    381   
        self.meta().request_id()
  382    382   
    }
  383    383   
}
  384    384   
  385         -
pub use crate::operation::get_object_retention::_get_object_retention_output::GetObjectRetentionOutput;
  386         -
  387    385   
pub use crate::operation::get_object_retention::_get_object_retention_input::GetObjectRetentionInput;
  388    386   
         387  +
pub use crate::operation::get_object_retention::_get_object_retention_output::GetObjectRetentionOutput;
         388  +
  389    389   
mod _get_object_retention_input;
  390    390   
  391    391   
mod _get_object_retention_output;
  392    392   
  393    393   
/// Builders
  394    394   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_object_retention::_get_object_retention_output::GetObjectRetentionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_object_retention::_get_object_retention_input::GetObjectRetentionInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_object_retention::_get_object_retention_output::GetObjectRetentionOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_object_retention::builders::GetObjectRetentionInputBuilder {
    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_object_retention::GetObjectRetentionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_object_retention::GetObjectRetentionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,