AWS SDK

AWS SDK

rev. f02053cf7a0ef0f53ece16ac662490c0b70fd1eb

Files changed:

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

@@ -92,92 +152,153 @@
  112    112   
    pub fn as_input(&self) -> &crate::operation::put_bucket_website::builders::PutBucketWebsiteInputBuilder {
  113    113   
        &self.inner
  114    114   
    }
  115    115   
    /// Sends the request and returns the response.
  116    116   
    ///
  117    117   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  118    118   
    /// can be matched against.
  119    119   
    ///
  120    120   
    /// By default, any retryable failures will be retried twice. Retry behavior
  121    121   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  122         -
    /// set when configuring the client.
         122  +
    /// set when configuring the client. Note: retries are enabled by default when using
         123  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  123    124   
    pub async fn send(
  124    125   
        self,
  125    126   
    ) -> ::std::result::Result<
  126    127   
        crate::operation::put_bucket_website::PutBucketWebsiteOutput,
  127    128   
        ::aws_smithy_runtime_api::client::result::SdkError<
  128    129   
            crate::operation::put_bucket_website::PutBucketWebsiteError,
  129    130   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  130    131   
        >,
  131    132   
    > {
  132    133   
        let input = self

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

@@ -110,110 +170,171 @@
  130    130   
    pub fn as_input(&self) -> &crate::operation::put_object::builders::PutObjectInputBuilder {
  131    131   
        &self.inner
  132    132   
    }
  133    133   
    /// Sends the request and returns the response.
  134    134   
    ///
  135    135   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  136    136   
    /// can be matched against.
  137    137   
    ///
  138    138   
    /// By default, any retryable failures will be retried twice. Retry behavior
  139    139   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  140         -
    /// set when configuring the client.
         140  +
    /// set when configuring the client. Note: retries are enabled by default when using
         141  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  141    142   
    pub async fn send(
  142    143   
        self,
  143    144   
    ) -> ::std::result::Result<
  144    145   
        crate::operation::put_object::PutObjectOutput,
  145    146   
        ::aws_smithy_runtime_api::client::result::SdkError<
  146    147   
            crate::operation::put_object::PutObjectError,
  147    148   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  148    149   
        >,
  149    150   
    > {
  150    151   
        let input = self

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

@@ -162,162 +222,223 @@
  182    182   
    pub fn as_input(&self) -> &crate::operation::put_object_acl::builders::PutObjectAclInputBuilder {
  183    183   
        &self.inner
  184    184   
    }
  185    185   
    /// Sends the request and returns the response.
  186    186   
    ///
  187    187   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  188    188   
    /// can be matched against.
  189    189   
    ///
  190    190   
    /// By default, any retryable failures will be retried twice. Retry behavior
  191    191   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  192         -
    /// set when configuring the client.
         192  +
    /// set when configuring the client. Note: retries are enabled by default when using
         193  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  193    194   
    pub async fn send(
  194    195   
        self,
  195    196   
    ) -> ::std::result::Result<
  196    197   
        crate::operation::put_object_acl::PutObjectAclOutput,
  197    198   
        ::aws_smithy_runtime_api::client::result::SdkError<
  198    199   
            crate::operation::put_object_acl::PutObjectAclError,
  199    200   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  200    201   
        >,
  201    202   
    > {
  202    203   
        let input = self

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

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

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

@@ -52,52 +112,113 @@
   72     72   
    pub fn as_input(&self) -> &crate::operation::put_object_lock_configuration::builders::PutObjectLockConfigurationInputBuilder {
   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::put_object_lock_configuration::PutObjectLockConfigurationOutput,
   87     88   
        ::aws_smithy_runtime_api::client::result::SdkError<
   88     89   
            crate::operation::put_object_lock_configuration::PutObjectLockConfigurationError,
   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/operation/put_object_retention/builders.rs

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

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

@@ -65,65 +125,126 @@
   85     85   
    pub fn as_input(&self) -> &crate::operation::put_object_tagging::builders::PutObjectTaggingInputBuilder {
   86     86   
        &self.inner
   87     87   
    }
   88     88   
    /// Sends the request and returns the response.
   89     89   
    ///
   90     90   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   91     91   
    /// can be matched against.
   92     92   
    ///
   93     93   
    /// By default, any retryable failures will be retried twice. Retry behavior
   94     94   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   95         -
    /// set when configuring the client.
          95  +
    /// set when configuring the client. Note: retries are enabled by default when using
          96  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   96     97   
    pub async fn send(
   97     98   
        self,
   98     99   
    ) -> ::std::result::Result<
   99    100   
        crate::operation::put_object_tagging::PutObjectTaggingOutput,
  100    101   
        ::aws_smithy_runtime_api::client::result::SdkError<
  101    102   
            crate::operation::put_object_tagging::PutObjectTaggingError,
  102    103   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  103    104   
        >,
  104    105   
    > {
  105    106   
        let input = self

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

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

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

@@ -61,61 +121,122 @@
   81     81   
    pub fn as_input(&self) -> &crate::operation::rename_object::builders::RenameObjectInputBuilder {
   82     82   
        &self.inner
   83     83   
    }
   84     84   
    /// Sends the request and returns the response.
   85     85   
    ///
   86     86   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   87     87   
    /// can be matched against.
   88     88   
    ///
   89     89   
    /// By default, any retryable failures will be retried twice. Retry behavior
   90     90   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   91         -
    /// set when configuring the client.
          91  +
    /// set when configuring the client. Note: retries are enabled by default when using
          92  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   92     93   
    pub async fn send(
   93     94   
        self,
   94     95   
    ) -> ::std::result::Result<
   95     96   
        crate::operation::rename_object::RenameObjectOutput,
   96     97   
        ::aws_smithy_runtime_api::client::result::SdkError<
   97     98   
            crate::operation::rename_object::RenameObjectError,
   98     99   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   99    100   
        >,
  100    101   
    > {
  101    102   
        let input = self

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

@@ -131,131 +191,192 @@
  151    151   
    pub fn as_input(&self) -> &crate::operation::restore_object::builders::RestoreObjectInputBuilder {
  152    152   
        &self.inner
  153    153   
    }
  154    154   
    /// Sends the request and returns the response.
  155    155   
    ///
  156    156   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  157    157   
    /// can be matched against.
  158    158   
    ///
  159    159   
    /// By default, any retryable failures will be retried twice. Retry behavior
  160    160   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  161         -
    /// set when configuring the client.
         161  +
    /// set when configuring the client. Note: retries are enabled by default when using
         162  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  162    163   
    pub async fn send(
  163    164   
        self,
  164    165   
    ) -> ::std::result::Result<
  165    166   
        crate::operation::restore_object::RestoreObjectOutput,
  166    167   
        ::aws_smithy_runtime_api::client::result::SdkError<
  167    168   
            crate::operation::restore_object::RestoreObjectError,
  168    169   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  169    170   
        >,
  170    171   
    > {
  171    172   
        let input = self

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

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

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

@@ -82,82 +142,143 @@
  102    102   
    {
  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::update_bucket_metadata_inventory_table_configuration::UpdateBucketMetadataInventoryTableConfigurationOutput,
  117    118   
        ::aws_smithy_runtime_api::client::result::SdkError<
  118    119   
            crate::operation::update_bucket_metadata_inventory_table_configuration::UpdateBucketMetadataInventoryTableConfigurationError,
  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/update_bucket_metadata_journal_table_configuration/builders.rs

@@ -62,62 +122,123 @@
   82     82   
    {
   83     83   
        &self.inner
   84     84   
    }
   85     85   
    /// Sends the request and returns the response.
   86     86   
    ///
   87     87   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   88     88   
    /// can be matched against.
   89     89   
    ///
   90     90   
    /// By default, any retryable failures will be retried twice. Retry behavior
   91     91   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   92         -
    /// set when configuring the client.
          92  +
    /// set when configuring the client. Note: retries are enabled by default when using
          93  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   93     94   
    pub async fn send(
   94     95   
        self,
   95     96   
    ) -> ::std::result::Result<
   96     97   
        crate::operation::update_bucket_metadata_journal_table_configuration::UpdateBucketMetadataJournalTableConfigurationOutput,
   97     98   
        ::aws_smithy_runtime_api::client::result::SdkError<
   98     99   
            crate::operation::update_bucket_metadata_journal_table_configuration::UpdateBucketMetadataJournalTableConfigurationError,
   99    100   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  100    101   
        >,
  101    102   
    > {
  102    103   
        let input = self

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

@@ -131,131 +191,192 @@
  151    151   
    pub fn as_input(&self) -> &crate::operation::upload_part::builders::UploadPartInputBuilder {
  152    152   
        &self.inner
  153    153   
    }
  154    154   
    /// Sends the request and returns the response.
  155    155   
    ///
  156    156   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  157    157   
    /// can be matched against.
  158    158   
    ///
  159    159   
    /// By default, any retryable failures will be retried twice. Retry behavior
  160    160   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  161         -
    /// set when configuring the client.
         161  +
    /// set when configuring the client. Note: retries are enabled by default when using
         162  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  162    163   
    pub async fn send(
  163    164   
        self,
  164    165   
    ) -> ::std::result::Result<
  165    166   
        crate::operation::upload_part::UploadPartOutput,
  166    167   
        ::aws_smithy_runtime_api::client::result::SdkError<
  167    168   
            crate::operation::upload_part::UploadPartError,
  168    169   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  169    170   
        >,
  170    171   
    > {
  171    172   
        let input = self

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

@@ -143,143 +203,204 @@
  163    163   
    pub fn as_input(&self) -> &crate::operation::upload_part_copy::builders::UploadPartCopyInputBuilder {
  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::upload_part_copy::UploadPartCopyOutput,
  178    179   
        ::aws_smithy_runtime_api::client::result::SdkError<
  179    180   
            crate::operation::upload_part_copy::UploadPartCopyError,
  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/write_get_object_response/builders.rs

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