AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

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,

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

@@ -363,363 +402,402 @@
  383    383   
    fn extended_request_id(&self) -> Option<&str> {
  384    384   
        self.meta().extended_request_id()
  385    385   
    }
  386    386   
}
  387    387   
impl ::aws_types::request_id::RequestId for crate::operation::get_object_tagging::GetObjectTaggingError {
  388    388   
    fn request_id(&self) -> Option<&str> {
  389    389   
        self.meta().request_id()
  390    390   
    }
  391    391   
}
  392    392   
  393         -
pub use crate::operation::get_object_tagging::_get_object_tagging_output::GetObjectTaggingOutput;
  394         -
  395    393   
pub use crate::operation::get_object_tagging::_get_object_tagging_input::GetObjectTaggingInput;
  396    394   
         395  +
pub use crate::operation::get_object_tagging::_get_object_tagging_output::GetObjectTaggingOutput;
         396  +
  397    397   
mod _get_object_tagging_input;
  398    398   
  399    399   
mod _get_object_tagging_output;
  400    400   
  401    401   
/// Builders
  402    402   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_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::get_object_tagging::_get_object_tagging_output::GetObjectTaggingOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_object_tagging::_get_object_tagging_input::GetObjectTaggingInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_object_tagging::_get_object_tagging_output::GetObjectTaggingOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_object_tagging::builders::GetObjectTaggingInputBuilder {
    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_tagging::GetObjectTaggingOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_object_tagging::GetObjectTaggingError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -367,367 +406,406 @@
  387    387   
    fn extended_request_id(&self) -> Option<&str> {
  388    388   
        self.meta().extended_request_id()
  389    389   
    }
  390    390   
}
  391    391   
impl ::aws_types::request_id::RequestId for crate::operation::get_object_torrent::GetObjectTorrentError {
  392    392   
    fn request_id(&self) -> Option<&str> {
  393    393   
        self.meta().request_id()
  394    394   
    }
  395    395   
}
  396    396   
  397         -
pub use crate::operation::get_object_torrent::_get_object_torrent_output::GetObjectTorrentOutput;
  398         -
  399    397   
pub use crate::operation::get_object_torrent::_get_object_torrent_input::GetObjectTorrentInput;
  400    398   
         399  +
pub use crate::operation::get_object_torrent::_get_object_torrent_output::GetObjectTorrentOutput;
         400  +
  401    401   
mod _get_object_torrent_input;
  402    402   
  403    403   
mod _get_object_torrent_output;
  404    404   
  405    405   
/// Builders
  406    406   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_object_torrent/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_torrent::_get_object_torrent_output::GetObjectTorrentOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_object_torrent::_get_object_torrent_input::GetObjectTorrentInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_object_torrent::_get_object_torrent_output::GetObjectTorrentOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_object_torrent::builders::GetObjectTorrentInputBuilder {
    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_torrent::GetObjectTorrentOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_object_torrent::GetObjectTorrentError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -343,343 +382,382 @@
  363    363   
    fn extended_request_id(&self) -> Option<&str> {
  364    364   
        self.meta().extended_request_id()
  365    365   
    }
  366    366   
}
  367    367   
impl ::aws_types::request_id::RequestId for crate::operation::get_public_access_block::GetPublicAccessBlockError {
  368    368   
    fn request_id(&self) -> Option<&str> {
  369    369   
        self.meta().request_id()
  370    370   
    }
  371    371   
}
  372    372   
  373         -
pub use crate::operation::get_public_access_block::_get_public_access_block_output::GetPublicAccessBlockOutput;
  374         -
  375    373   
pub use crate::operation::get_public_access_block::_get_public_access_block_input::GetPublicAccessBlockInput;
  376    374   
         375  +
pub use crate::operation::get_public_access_block::_get_public_access_block_output::GetPublicAccessBlockOutput;
         376  +
  377    377   
mod _get_public_access_block_input;
  378    378   
  379    379   
mod _get_public_access_block_output;
  380    380   
  381    381   
/// Builders
  382    382   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_public_access_block/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_public_access_block::_get_public_access_block_output::GetPublicAccessBlockOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_public_access_block::_get_public_access_block_input::GetPublicAccessBlockInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_public_access_block::_get_public_access_block_output::GetPublicAccessBlockOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_public_access_block::builders::GetPublicAccessBlockInputBuilder {
    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_public_access_block::GetPublicAccessBlockOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_public_access_block::GetPublicAccessBlockError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -400,400 +439,439 @@
  420    420   
    fn extended_request_id(&self) -> Option<&str> {
  421    421   
        self.meta().extended_request_id()
  422    422   
    }
  423    423   
}
  424    424   
impl ::aws_types::request_id::RequestId for crate::operation::head_bucket::HeadBucketError {
  425    425   
    fn request_id(&self) -> Option<&str> {
  426    426   
        self.meta().request_id()
  427    427   
    }
  428    428   
}
  429    429   
  430         -
pub use crate::operation::head_bucket::_head_bucket_output::HeadBucketOutput;
  431         -
  432    430   
pub use crate::operation::head_bucket::_head_bucket_input::HeadBucketInput;
  433    431   
         432  +
pub use crate::operation::head_bucket::_head_bucket_output::HeadBucketOutput;
         433  +
  434    434   
mod _head_bucket_input;
  435    435   
  436    436   
mod _head_bucket_output;
  437    437   
  438    438   
/// Builders
  439    439   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/head_bucket/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::head_bucket::_head_bucket_output::HeadBucketOutputBuilder;
    3         -
    4      2   
pub use crate::operation::head_bucket::_head_bucket_input::HeadBucketInputBuilder;
    5      3   
           4  +
pub use crate::operation::head_bucket::_head_bucket_output::HeadBucketOutputBuilder;
           5  +
    6      6   
impl crate::operation::head_bucket::builders::HeadBucketInputBuilder {
    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::head_bucket::HeadBucketOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::head_bucket::HeadBucketError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,