AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/get_access_point_scope.rs

@@ -342,342 +381,381 @@
  362    362   
            meta: meta.unwrap_or_default(),
  363    363   
        })
  364    364   
    }
  365    365   
}
  366    366   
impl ::aws_types::request_id::RequestId for crate::operation::get_access_point_scope::GetAccessPointScopeError {
  367    367   
    fn request_id(&self) -> Option<&str> {
  368    368   
        self.meta().request_id()
  369    369   
    }
  370    370   
}
  371    371   
  372         -
pub use crate::operation::get_access_point_scope::_get_access_point_scope_output::GetAccessPointScopeOutput;
  373         -
  374    372   
pub use crate::operation::get_access_point_scope::_get_access_point_scope_input::GetAccessPointScopeInput;
  375    373   
         374  +
pub use crate::operation::get_access_point_scope::_get_access_point_scope_output::GetAccessPointScopeOutput;
         375  +
  376    376   
mod _get_access_point_scope_input;
  377    377   
  378    378   
mod _get_access_point_scope_output;
  379    379   
  380    380   
/// Builders
  381    381   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/get_access_point_scope/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_access_point_scope::_get_access_point_scope_output::GetAccessPointScopeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_access_point_scope::_get_access_point_scope_input::GetAccessPointScopeInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_access_point_scope::_get_access_point_scope_output::GetAccessPointScopeOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_access_point_scope::builders::GetAccessPointScopeInputBuilder {
    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_access_point_scope::GetAccessPointScopeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_access_point_scope::GetAccessPointScopeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/get_bucket.rs

@@ -336,336 +375,375 @@
  356    356   
            meta: meta.unwrap_or_default(),
  357    357   
        })
  358    358   
    }
  359    359   
}
  360    360   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket::GetBucketError {
  361    361   
    fn request_id(&self) -> Option<&str> {
  362    362   
        self.meta().request_id()
  363    363   
    }
  364    364   
}
  365    365   
  366         -
pub use crate::operation::get_bucket::_get_bucket_output::GetBucketOutput;
  367         -
  368    366   
pub use crate::operation::get_bucket::_get_bucket_input::GetBucketInput;
  369    367   
         368  +
pub use crate::operation::get_bucket::_get_bucket_output::GetBucketOutput;
         369  +
  370    370   
mod _get_bucket_input;
  371    371   
  372    372   
mod _get_bucket_output;
  373    373   
  374    374   
/// Builders
  375    375   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/get_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::get_bucket::_get_bucket_output::GetBucketOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket::_get_bucket_input::GetBucketInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket::_get_bucket_output::GetBucketOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket::builders::GetBucketInputBuilder {
    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::GetBucketOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket::GetBucketError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -350,350 +389,389 @@
  370    370   
            meta: meta.unwrap_or_default(),
  371    371   
        })
  372    372   
    }
  373    373   
}
  374    374   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_lifecycle_configuration::GetBucketLifecycleConfigurationError {
  375    375   
    fn request_id(&self) -> Option<&str> {
  376    376   
        self.meta().request_id()
  377    377   
    }
  378    378   
}
  379    379   
  380         -
pub use crate::operation::get_bucket_lifecycle_configuration::_get_bucket_lifecycle_configuration_output::GetBucketLifecycleConfigurationOutput;
  381         -
  382    380   
pub use crate::operation::get_bucket_lifecycle_configuration::_get_bucket_lifecycle_configuration_input::GetBucketLifecycleConfigurationInput;
  383    381   
         382  +
pub use crate::operation::get_bucket_lifecycle_configuration::_get_bucket_lifecycle_configuration_output::GetBucketLifecycleConfigurationOutput;
         383  +
  384    384   
mod _get_bucket_lifecycle_configuration_input;
  385    385   
  386    386   
mod _get_bucket_lifecycle_configuration_output;
  387    387   
  388    388   
/// Builders
  389    389   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/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/s3control/src/operation/get_bucket_policy.rs

@@ -341,341 +380,380 @@
  361    361   
            meta: meta.unwrap_or_default(),
  362    362   
        })
  363    363   
    }
  364    364   
}
  365    365   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_policy::GetBucketPolicyError {
  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_policy::_get_bucket_policy_output::GetBucketPolicyOutput;
  372         -
  373    371   
pub use crate::operation::get_bucket_policy::_get_bucket_policy_input::GetBucketPolicyInput;
  374    372   
         373  +
pub use crate::operation::get_bucket_policy::_get_bucket_policy_output::GetBucketPolicyOutput;
         374  +
  375    375   
mod _get_bucket_policy_input;
  376    376   
  377    377   
mod _get_bucket_policy_output;
  378    378   
  379    379   
/// Builders
  380    380   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/get_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::get_bucket_policy::_get_bucket_policy_output::GetBucketPolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_policy::_get_bucket_policy_input::GetBucketPolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_policy::_get_bucket_policy_output::GetBucketPolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_policy::builders::GetBucketPolicyInputBuilder {
    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_policy::GetBucketPolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_policy::GetBucketPolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/get_bucket_replication.rs

@@ -341,341 +380,380 @@
  361    361   
            meta: meta.unwrap_or_default(),
  362    362   
        })
  363    363   
    }
  364    364   
}
  365    365   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_replication::GetBucketReplicationError {
  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_replication::_get_bucket_replication_output::GetBucketReplicationOutput;
  372         -
  373    371   
pub use crate::operation::get_bucket_replication::_get_bucket_replication_input::GetBucketReplicationInput;
  374    372   
         373  +
pub use crate::operation::get_bucket_replication::_get_bucket_replication_output::GetBucketReplicationOutput;
         374  +
  375    375   
mod _get_bucket_replication_input;
  376    376   
  377    377   
mod _get_bucket_replication_output;
  378    378   
  379    379   
/// Builders
  380    380   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/get_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::get_bucket_replication::_get_bucket_replication_output::GetBucketReplicationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_replication::_get_bucket_replication_input::GetBucketReplicationInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_replication::_get_bucket_replication_output::GetBucketReplicationOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_replication::builders::GetBucketReplicationInputBuilder {
    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_replication::GetBucketReplicationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_replication::GetBucketReplicationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/get_bucket_tagging.rs

@@ -341,341 +380,380 @@
  361    361   
            meta: meta.unwrap_or_default(),
  362    362   
        })
  363    363   
    }
  364    364   
}
  365    365   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_tagging::GetBucketTaggingError {
  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_tagging::_get_bucket_tagging_output::GetBucketTaggingOutput;
  372         -
  373    371   
pub use crate::operation::get_bucket_tagging::_get_bucket_tagging_input::GetBucketTaggingInput;
  374    372   
         373  +
pub use crate::operation::get_bucket_tagging::_get_bucket_tagging_output::GetBucketTaggingOutput;
         374  +
  375    375   
mod _get_bucket_tagging_input;
  376    376   
  377    377   
mod _get_bucket_tagging_output;
  378    378   
  379    379   
/// Builders
  380    380   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/get_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::get_bucket_tagging::_get_bucket_tagging_output::GetBucketTaggingOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_bucket_tagging::_get_bucket_tagging_input::GetBucketTaggingInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_bucket_tagging::_get_bucket_tagging_output::GetBucketTaggingOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_bucket_tagging::builders::GetBucketTaggingInputBuilder {
    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_tagging::GetBucketTaggingOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_bucket_tagging::GetBucketTaggingError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -341,341 +380,380 @@
  361    361   
            meta: meta.unwrap_or_default(),
  362    362   
        })
  363    363   
    }
  364    364   
}
  365    365   
impl ::aws_types::request_id::RequestId for crate::operation::get_bucket_versioning::GetBucketVersioningError {
  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_versioning::_get_bucket_versioning_output::GetBucketVersioningOutput;
  372         -
  373    371   
pub use crate::operation::get_bucket_versioning::_get_bucket_versioning_input::GetBucketVersioningInput;
  374    372   
         373  +
pub use crate::operation::get_bucket_versioning::_get_bucket_versioning_output::GetBucketVersioningOutput;
         374  +
  375    375   
mod _get_bucket_versioning_input;
  376    376   
  377    377   
mod _get_bucket_versioning_output;
  378    378   
  379    379   
/// Builders
  380    380   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/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/s3control/src/operation/get_data_access.rs

@@ -363,363 +402,402 @@
  383    383   
            meta: meta.unwrap_or_default(),
  384    384   
        })
  385    385   
    }
  386    386   
}
  387    387   
impl ::aws_types::request_id::RequestId for crate::operation::get_data_access::GetDataAccessError {
  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_data_access::_get_data_access_output::GetDataAccessOutput;
  394         -
  395    393   
pub use crate::operation::get_data_access::_get_data_access_input::GetDataAccessInput;
  396    394   
         395  +
pub use crate::operation::get_data_access::_get_data_access_output::GetDataAccessOutput;
         396  +
  397    397   
mod _get_data_access_input;
  398    398   
  399    399   
mod _get_data_access_output;
  400    400   
  401    401   
/// Builders
  402    402   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/s3control/src/operation/get_data_access/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_data_access::_get_data_access_output::GetDataAccessOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_data_access::_get_data_access_input::GetDataAccessInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_data_access::_get_data_access_output::GetDataAccessOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_data_access::builders::GetDataAccessInputBuilder {
    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_data_access::GetDataAccessOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_data_access::GetDataAccessError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,