AWS SDK

AWS SDK

rev. 771078c104d6735726e8b10103ccba066768f73d

Files changed:

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/update_health_check/builders.rs

@@ -41,41 +101,102 @@
   61     61   
    pub fn as_input(&self) -> &crate::operation::update_health_check::builders::UpdateHealthCheckInputBuilder {
   62     62   
        &self.inner
   63     63   
    }
   64     64   
    /// Sends the request and returns the response.
   65     65   
    ///
   66     66   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   67     67   
    /// can be matched against.
   68     68   
    ///
   69     69   
    /// By default, any retryable failures will be retried twice. Retry behavior
   70     70   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   71         -
    /// set when configuring the client.
          71  +
    /// set when configuring the client. Note: retries are enabled by default when using
          72  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   72     73   
    pub async fn send(
   73     74   
        self,
   74     75   
    ) -> ::std::result::Result<
   75     76   
        crate::operation::update_health_check::UpdateHealthCheckOutput,
   76     77   
        ::aws_smithy_runtime_api::client::result::SdkError<
   77     78   
            crate::operation::update_health_check::UpdateHealthCheckError,
   78     79   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   79     80   
        >,
   80     81   
    > {
   81     82   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/update_hosted_zone_comment/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::update_hosted_zone_comment::builders::UpdateHostedZoneCommentInputBuilder {
   61     61   
        &self.inner
   62     62   
    }
   63     63   
    /// Sends the request and returns the response.
   64     64   
    ///
   65     65   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   66     66   
    /// can be matched against.
   67     67   
    ///
   68     68   
    /// By default, any retryable failures will be retried twice. Retry behavior
   69     69   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   70         -
    /// set when configuring the client.
          70  +
    /// set when configuring the client. Note: retries are enabled by default when using
          71  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   71     72   
    pub async fn send(
   72     73   
        self,
   73     74   
    ) -> ::std::result::Result<
   74     75   
        crate::operation::update_hosted_zone_comment::UpdateHostedZoneCommentOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::update_hosted_zone_comment::UpdateHostedZoneCommentError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/update_traffic_policy_comment/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::update_traffic_policy_comment::builders::UpdateTrafficPolicyCommentInputBuilder {
   61     61   
        &self.inner
   62     62   
    }
   63     63   
    /// Sends the request and returns the response.
   64     64   
    ///
   65     65   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   66     66   
    /// can be matched against.
   67     67   
    ///
   68     68   
    /// By default, any retryable failures will be retried twice. Retry behavior
   69     69   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   70         -
    /// set when configuring the client.
          70  +
    /// set when configuring the client. Note: retries are enabled by default when using
          71  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   71     72   
    pub async fn send(
   72     73   
        self,
   73     74   
    ) -> ::std::result::Result<
   74     75   
        crate::operation::update_traffic_policy_comment::UpdateTrafficPolicyCommentOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::update_traffic_policy_comment::UpdateTrafficPolicyCommentError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/update_traffic_policy_instance/builders.rs

@@ -52,52 +112,113 @@
   72     72   
    pub fn as_input(&self) -> &crate::operation::update_traffic_policy_instance::builders::UpdateTrafficPolicyInstanceInputBuilder {
   73     73   
        &self.inner
   74     74   
    }
   75     75   
    /// Sends the request and returns the response.
   76     76   
    ///
   77     77   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   78     78   
    /// can be matched against.
   79     79   
    ///
   80     80   
    /// By default, any retryable failures will be retried twice. Retry behavior
   81     81   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   82         -
    /// set when configuring the client.
          82  +
    /// set when configuring the client. Note: retries are enabled by default when using
          83  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   83     84   
    pub async fn send(
   84     85   
        self,
   85     86   
    ) -> ::std::result::Result<
   86     87   
        crate::operation::update_traffic_policy_instance::UpdateTrafficPolicyInstanceOutput,
   87     88   
        ::aws_smithy_runtime_api::client::result::SdkError<
   88     89   
            crate::operation::update_traffic_policy_instance::UpdateTrafficPolicyInstanceError,
   89     90   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   90     91   
        >,
   91     92   
    > {
   92     93   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/s3/src/config.rs

@@ -1615,1615 +1674,1675 @@
 1635   1635   
    };
 1636   1636   
 1637   1637   
    let scope = "aws-sdk-s3";
 1638   1638   
 1639   1639   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1640   1640   
                        // defaults
 1641   1641   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1642   1642   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1643   1643   
                                .with_retry_partition_name(default_retry_partition)
 1644   1644   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
        1645  +
                                .with_is_aws_sdk(true)
 1645   1646   
                        ))
 1646   1647   
                        // user config
 1647   1648   
                        .with_client_plugin(
 1648   1649   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1649   1650   
                                .with_config(config.config.clone())
 1650   1651   
                                .with_runtime_components(config.runtime_components.clone())
 1651   1652   
                        )
 1652   1653   
                        // codegen config
 1653   1654   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1654   1655   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())

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

@@ -80,80 +140,141 @@
  100    100   
    pub fn as_input(&self) -> &crate::operation::abort_multipart_upload::builders::AbortMultipartUploadInputBuilder {
  101    101   
        &self.inner
  102    102   
    }
  103    103   
    /// Sends the request and returns the response.
  104    104   
    ///
  105    105   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  106    106   
    /// can be matched against.
  107    107   
    ///
  108    108   
    /// By default, any retryable failures will be retried twice. Retry behavior
  109    109   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  110         -
    /// set when configuring the client.
         110  +
    /// set when configuring the client. Note: retries are enabled by default when using
         111  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  111    112   
    pub async fn send(
  112    113   
        self,
  113    114   
    ) -> ::std::result::Result<
  114    115   
        crate::operation::abort_multipart_upload::AbortMultipartUploadOutput,
  115    116   
        ::aws_smithy_runtime_api::client::result::SdkError<
  116    117   
            crate::operation::abort_multipart_upload::AbortMultipartUploadError,
  117    118   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  118    119   
        >,
  119    120   
    > {
  120    121   
        let input = self

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

@@ -121,121 +181,182 @@
  141    141   
    pub fn as_input(&self) -> &crate::operation::complete_multipart_upload::builders::CompleteMultipartUploadInputBuilder {
  142    142   
        &self.inner
  143    143   
    }
  144    144   
    /// Sends the request and returns the response.
  145    145   
    ///
  146    146   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  147    147   
    /// can be matched against.
  148    148   
    ///
  149    149   
    /// By default, any retryable failures will be retried twice. Retry behavior
  150    150   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  151         -
    /// set when configuring the client.
         151  +
    /// set when configuring the client. Note: retries are enabled by default when using
         152  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  152    153   
    pub async fn send(
  153    154   
        self,
  154    155   
    ) -> ::std::result::Result<
  155    156   
        crate::operation::complete_multipart_upload::CompleteMultipartUploadOutput,
  156    157   
        ::aws_smithy_runtime_api::client::result::SdkError<
  157    158   
            crate::operation::complete_multipart_upload::CompleteMultipartUploadError,
  158    159   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  159    160   
        >,
  160    161   
    > {
  161    162   
        let input = self

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

@@ -138,138 +198,199 @@
  158    158   
    pub fn as_input(&self) -> &crate::operation::copy_object::builders::CopyObjectInputBuilder {
  159    159   
        &self.inner
  160    160   
    }
  161    161   
    /// Sends the request and returns the response.
  162    162   
    ///
  163    163   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  164    164   
    /// can be matched against.
  165    165   
    ///
  166    166   
    /// By default, any retryable failures will be retried twice. Retry behavior
  167    167   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  168         -
    /// set when configuring the client.
         168  +
    /// set when configuring the client. Note: retries are enabled by default when using
         169  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  169    170   
    pub async fn send(
  170    171   
        self,
  171    172   
    ) -> ::std::result::Result<
  172    173   
        crate::operation::copy_object::CopyObjectOutput,
  173    174   
        ::aws_smithy_runtime_api::client::result::SdkError<
  174    175   
            crate::operation::copy_object::CopyObjectError,
  175    176   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  176    177   
        >,
  177    178   
    > {
  178    179   
        let input = self

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

@@ -99,99 +159,160 @@
  119    119   
    pub fn as_input(&self) -> &crate::operation::create_bucket::builders::CreateBucketInputBuilder {
  120    120   
        &self.inner
  121    121   
    }
  122    122   
    /// Sends the request and returns the response.
  123    123   
    ///
  124    124   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  125    125   
    /// can be matched against.
  126    126   
    ///
  127    127   
    /// By default, any retryable failures will be retried twice. Retry behavior
  128    128   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  129         -
    /// set when configuring the client.
         129  +
    /// set when configuring the client. Note: retries are enabled by default when using
         130  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  130    131   
    pub async fn send(
  131    132   
        self,
  132    133   
    ) -> ::std::result::Result<
  133    134   
        crate::operation::create_bucket::CreateBucketOutput,
  134    135   
        ::aws_smithy_runtime_api::client::result::SdkError<
  135    136   
            crate::operation::create_bucket::CreateBucketError,
  136    137   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  137    138   
        >,
  138    139   
    > {
  139    140   
        let input = self

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

@@ -82,82 +142,143 @@
  102    102   
    pub fn as_input(&self) -> &crate::operation::create_bucket_metadata_configuration::builders::CreateBucketMetadataConfigurationInputBuilder {
  103    103   
        &self.inner
  104    104   
    }
  105    105   
    /// Sends the request and returns the response.
  106    106   
    ///
  107    107   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  108    108   
    /// can be matched against.
  109    109   
    ///
  110    110   
    /// By default, any retryable failures will be retried twice. Retry behavior
  111    111   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  112         -
    /// set when configuring the client.
         112  +
    /// set when configuring the client. Note: retries are enabled by default when using
         113  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  113    114   
    pub async fn send(
  114    115   
        self,
  115    116   
    ) -> ::std::result::Result<
  116    117   
        crate::operation::create_bucket_metadata_configuration::CreateBucketMetadataConfigurationOutput,
  117    118   
        ::aws_smithy_runtime_api::client::result::SdkError<
  118    119   
            crate::operation::create_bucket_metadata_configuration::CreateBucketMetadataConfigurationError,
  119    120   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  120    121   
        >,
  121    122   
    > {
  122    123   
        let input = self

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

@@ -75,75 +135,136 @@
   95     95   
    ) -> &crate::operation::create_bucket_metadata_table_configuration::builders::CreateBucketMetadataTableConfigurationInputBuilder {
   96     96   
        &self.inner
   97     97   
    }
   98     98   
    /// Sends the request and returns the response.
   99     99   
    ///
  100    100   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  101    101   
    /// can be matched against.
  102    102   
    ///
  103    103   
    /// By default, any retryable failures will be retried twice. Retry behavior
  104    104   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  105         -
    /// set when configuring the client.
         105  +
    /// set when configuring the client. Note: retries are enabled by default when using
         106  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  106    107   
    pub async fn send(
  107    108   
        self,
  108    109   
    ) -> ::std::result::Result<
  109    110   
        crate::operation::create_bucket_metadata_table_configuration::CreateBucketMetadataTableConfigurationOutput,
  110    111   
        ::aws_smithy_runtime_api::client::result::SdkError<
  111    112   
            crate::operation::create_bucket_metadata_table_configuration::CreateBucketMetadataTableConfigurationError,
  112    113   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  113    114   
        >,
  114    115   
    > {
  115    116   
        let input = self

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

@@ -143,143 +203,204 @@
  163    163   
    pub fn as_input(&self) -> &crate::operation::create_multipart_upload::builders::CreateMultipartUploadInputBuilder {
  164    164   
        &self.inner
  165    165   
    }
  166    166   
    /// Sends the request and returns the response.
  167    167   
    ///
  168    168   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  169    169   
    /// can be matched against.
  170    170   
    ///
  171    171   
    /// By default, any retryable failures will be retried twice. Retry behavior
  172    172   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  173         -
    /// set when configuring the client.
         173  +
    /// set when configuring the client. Note: retries are enabled by default when using
         174  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  174    175   
    pub async fn send(
  175    176   
        self,
  176    177   
    ) -> ::std::result::Result<
  177    178   
        crate::operation::create_multipart_upload::CreateMultipartUploadOutput,
  178    179   
        ::aws_smithy_runtime_api::client::result::SdkError<
  179    180   
            crate::operation::create_multipart_upload::CreateMultipartUploadError,
  180    181   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  181    182   
        >,
  182    183   
    > {
  183    184   
        let input = self

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

@@ -79,79 +139,140 @@
   99     99   
    pub fn as_input(&self) -> &crate::operation::create_session::builders::CreateSessionInputBuilder {
  100    100   
        &self.inner
  101    101   
    }
  102    102   
    /// Sends the request and returns the response.
  103    103   
    ///
  104    104   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  105    105   
    /// can be matched against.
  106    106   
    ///
  107    107   
    /// By default, any retryable failures will be retried twice. Retry behavior
  108    108   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  109         -
    /// set when configuring the client.
         109  +
    /// set when configuring the client. Note: retries are enabled by default when using
         110  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  110    111   
    pub async fn send(
  111    112   
        self,
  112    113   
    ) -> ::std::result::Result<
  113    114   
        crate::operation::create_session::CreateSessionOutput,
  114    115   
        ::aws_smithy_runtime_api::client::result::SdkError<
  115    116   
            crate::operation::create_session::CreateSessionError,
  116    117   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  117    118   
        >,
  118    119   
    > {
  119    120   
        let input = self

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

@@ -73,73 +133,134 @@
   93     93   
    pub fn as_input(&self) -> &crate::operation::delete_bucket::builders::DeleteBucketInputBuilder {
   94     94   
        &self.inner
   95     95   
    }
   96     96   
    /// Sends the request and returns the response.
   97     97   
    ///
   98     98   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   99     99   
    /// can be matched against.
  100    100   
    ///
  101    101   
    /// By default, any retryable failures will be retried twice. Retry behavior
  102    102   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  103         -
    /// set when configuring the client.
         103  +
    /// set when configuring the client. Note: retries are enabled by default when using
         104  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  104    105   
    pub async fn send(
  105    106   
        self,
  106    107   
    ) -> ::std::result::Result<
  107    108   
        crate::operation::delete_bucket::DeleteBucketOutput,
  108    109   
        ::aws_smithy_runtime_api::client::result::SdkError<
  109    110   
            crate::operation::delete_bucket::DeleteBucketError,
  110    111   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  111    112   
        >,
  112    113   
    > {
  113    114   
        let input = self

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

@@ -54,54 +114,115 @@
   74     74   
    pub fn as_input(&self) -> &crate::operation::delete_bucket_analytics_configuration::builders::DeleteBucketAnalyticsConfigurationInputBuilder {
   75     75   
        &self.inner
   76     76   
    }
   77     77   
    /// Sends the request and returns the response.
   78     78   
    ///
   79     79   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   80     80   
    /// can be matched against.
   81     81   
    ///
   82     82   
    /// By default, any retryable failures will be retried twice. Retry behavior
   83     83   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   84         -
    /// set when configuring the client.
          84  +
    /// set when configuring the client. Note: retries are enabled by default when using
          85  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   85     86   
    pub async fn send(
   86     87   
        self,
   87     88   
    ) -> ::std::result::Result<
   88     89   
        crate::operation::delete_bucket_analytics_configuration::DeleteBucketAnalyticsConfigurationOutput,
   89     90   
        ::aws_smithy_runtime_api::client::result::SdkError<
   90     91   
            crate::operation::delete_bucket_analytics_configuration::DeleteBucketAnalyticsConfigurationError,
   91     92   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   92     93   
        >,
   93     94   
    > {
   94     95   
        let input = self

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

@@ -52,52 +112,113 @@
   72     72   
    pub fn as_input(&self) -> &crate::operation::delete_bucket_cors::builders::DeleteBucketCorsInputBuilder {
   73     73   
        &self.inner
   74     74   
    }
   75     75   
    /// Sends the request and returns the response.
   76     76   
    ///
   77     77   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   78     78   
    /// can be matched against.
   79     79   
    ///
   80     80   
    /// By default, any retryable failures will be retried twice. Retry behavior
   81     81   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   82         -
    /// set when configuring the client.
          82  +
    /// set when configuring the client. Note: retries are enabled by default when using
          83  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   83     84   
    pub async fn send(
   84     85   
        self,
   85     86   
    ) -> ::std::result::Result<
   86     87   
        crate::operation::delete_bucket_cors::DeleteBucketCorsOutput,
   87     88   
        ::aws_smithy_runtime_api::client::result::SdkError<
   88     89   
            crate::operation::delete_bucket_cors::DeleteBucketCorsError,
   89     90   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   90     91   
        >,
   91     92   
    > {
   92     93   
        let input = self