AWS SDK

AWS SDK

rev. efcaf60f20a1aee7146701b9455caece9a7fbc32

Files changed:

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

@@ -57,57 +117,118 @@
   77     77   
    pub fn as_input(&self) -> &crate::operation::get_public_access_block::builders::GetPublicAccessBlockInputBuilder {
   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::get_public_access_block::GetPublicAccessBlockOutput,
   92     93   
        ::aws_smithy_runtime_api::client::result::SdkError<
   93     94   
            crate::operation::get_public_access_block::GetPublicAccessBlockError,
   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/head_bucket/builders.rs

@@ -73,73 +133,134 @@
   93     93   
    pub fn as_input(&self) -> &crate::operation::head_bucket::builders::HeadBucketInputBuilder {
   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::head_bucket::HeadBucketOutput,
  108    109   
        ::aws_smithy_runtime_api::client::result::SdkError<
  109    110   
            crate::operation::head_bucket::HeadBucketError,
  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/head_object/builders.rs

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

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

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

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

@@ -57,57 +117,118 @@
   77     77   
    ) -> &crate::operation::list_bucket_intelligent_tiering_configurations::builders::ListBucketIntelligentTieringConfigurationsInputBuilder {
   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::list_bucket_intelligent_tiering_configurations::ListBucketIntelligentTieringConfigurationsOutput,
   92     93   
        ::aws_smithy_runtime_api::client::result::SdkError<
   93     94   
            crate::operation::list_bucket_intelligent_tiering_configurations::ListBucketIntelligentTieringConfigurationsError,
   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/list_bucket_inventory_configurations/builders.rs

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

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

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

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

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

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

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

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

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

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

@@ -62,62 +122,123 @@
   82     82   
    pub fn as_input(&self) -> &crate::operation::list_object_versions::builders::ListObjectVersionsInputBuilder {
   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::list_object_versions::ListObjectVersionsOutput,
   97     98   
        ::aws_smithy_runtime_api::client::result::SdkError<
   98     99   
            crate::operation::list_object_versions::ListObjectVersionsError,
   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/list_objects/builders.rs

@@ -61,61 +121,122 @@
   81     81   
    pub fn as_input(&self) -> &crate::operation::list_objects::builders::ListObjectsInputBuilder {
   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::list_objects::ListObjectsOutput,
   96     97   
        ::aws_smithy_runtime_api::client::result::SdkError<
   97     98   
            crate::operation::list_objects::ListObjectsError,
   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/list_objects_v2/builders.rs

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

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

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

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

@@ -62,62 +122,123 @@
   82     82   
    pub fn as_input(&self) -> &crate::operation::put_bucket_accelerate_configuration::builders::PutBucketAccelerateConfigurationInputBuilder {
   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::put_bucket_accelerate_configuration::PutBucketAccelerateConfigurationOutput,
   97     98   
        ::aws_smithy_runtime_api::client::result::SdkError<
   98     99   
            crate::operation::put_bucket_accelerate_configuration::PutBucketAccelerateConfigurationError,
   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/put_bucket_acl/builders.rs

@@ -169,169 +229,230 @@
  189    189   
    pub fn as_input(&self) -> &crate::operation::put_bucket_acl::builders::PutBucketAclInputBuilder {
  190    190   
        &self.inner
  191    191   
    }
  192    192   
    /// Sends the request and returns the response.
  193    193   
    ///
  194    194   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  195    195   
    /// can be matched against.
  196    196   
    ///
  197    197   
    /// By default, any retryable failures will be retried twice. Retry behavior
  198    198   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  199         -
    /// set when configuring the client.
         199  +
    /// set when configuring the client. Note: retries are enabled by default when using
         200  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  200    201   
    pub async fn send(
  201    202   
        self,
  202    203   
    ) -> ::std::result::Result<
  203    204   
        crate::operation::put_bucket_acl::PutBucketAclOutput,
  204    205   
        ::aws_smithy_runtime_api::client::result::SdkError<
  205    206   
            crate::operation::put_bucket_acl::PutBucketAclError,
  206    207   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  207    208   
        >,
  208    209   
    > {
  209    210   
        let input = self