AWS SDK

AWS SDK

rev. ca222a560f44f828acd6684c35d65a0107fadc68 (ignoring whitespace)

Files changed:

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

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

@@ -73,73 +133,134 @@
   93     93   
    pub fn as_input(&self) -> &crate::operation::delete_bucket_encryption::builders::DeleteBucketEncryptionInputBuilder {
   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_encryption::DeleteBucketEncryptionOutput,
  108    109   
        ::aws_smithy_runtime_api::client::result::SdkError<
  109    110   
            crate::operation::delete_bucket_encryption::DeleteBucketEncryptionError,
  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_intelligent_tiering_configuration/builders.rs

@@ -57,57 +117,118 @@
   77     77   
    ) -> &crate::operation::delete_bucket_intelligent_tiering_configuration::builders::DeleteBucketIntelligentTieringConfigurationInputBuilder {
   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::delete_bucket_intelligent_tiering_configuration::DeleteBucketIntelligentTieringConfigurationOutput,
   92     93   
        ::aws_smithy_runtime_api::client::result::SdkError<
   93     94   
            crate::operation::delete_bucket_intelligent_tiering_configuration::DeleteBucketIntelligentTieringConfigurationError,
   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/delete_bucket_inventory_configuration/builders.rs

@@ -54,54 +114,115 @@
   74     74   
    pub fn as_input(&self) -> &crate::operation::delete_bucket_inventory_configuration::builders::DeleteBucketInventoryConfigurationInputBuilder {
   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_inventory_configuration::DeleteBucketInventoryConfigurationOutput,
   89     90   
        ::aws_smithy_runtime_api::client::result::SdkError<
   90     91   
            crate::operation::delete_bucket_inventory_configuration::DeleteBucketInventoryConfigurationError,
   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_lifecycle/builders.rs

@@ -75,75 +135,136 @@
   95     95   
    pub fn as_input(&self) -> &crate::operation::delete_bucket_lifecycle::builders::DeleteBucketLifecycleInputBuilder {
   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::delete_bucket_lifecycle::DeleteBucketLifecycleOutput,
  110    111   
        ::aws_smithy_runtime_api::client::result::SdkError<
  111    112   
            crate::operation::delete_bucket_lifecycle::DeleteBucketLifecycleError,
  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/delete_bucket_metadata_configuration/builders.rs

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

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

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

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

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

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

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

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

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

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

@@ -54,54 +114,115 @@
   74     74   
    pub fn as_input(&self) -> &crate::operation::delete_bucket_replication::builders::DeleteBucketReplicationInputBuilder {
   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_replication::DeleteBucketReplicationOutput,
   89     90   
        ::aws_smithy_runtime_api::client::result::SdkError<
   90     91   
            crate::operation::delete_bucket_replication::DeleteBucketReplicationError,
   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_tagging/builders.rs

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

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

@@ -52,52 +112,113 @@
   72     72   
    pub fn as_input(&self) -> &crate::operation::delete_bucket_website::builders::DeleteBucketWebsiteInputBuilder {
   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_website::DeleteBucketWebsiteOutput,
   87     88   
        ::aws_smithy_runtime_api::client::result::SdkError<
   88     89   
            crate::operation::delete_bucket_website::DeleteBucketWebsiteError,
   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/delete_object/builders.rs

@@ -92,92 +152,153 @@
  112    112   
    pub fn as_input(&self) -> &crate::operation::delete_object::builders::DeleteObjectInputBuilder {
  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::delete_object::DeleteObjectOutput,
  127    128   
        ::aws_smithy_runtime_api::client::result::SdkError<
  128    129   
            crate::operation::delete_object::DeleteObjectError,
  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/delete_object_tagging/builders.rs

@@ -52,52 +112,113 @@
   72     72   
    pub fn as_input(&self) -> &crate::operation::delete_object_tagging::builders::DeleteObjectTaggingInputBuilder {
   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_object_tagging::DeleteObjectTaggingOutput,
   87     88   
        ::aws_smithy_runtime_api::client::result::SdkError<
   88     89   
            crate::operation::delete_object_tagging::DeleteObjectTaggingError,
   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/delete_objects/builders.rs

@@ -101,101 +161,162 @@
  121    121   
    pub fn as_input(&self) -> &crate::operation::delete_objects::builders::DeleteObjectsInputBuilder {
  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::delete_objects::DeleteObjectsOutput,
  136    137   
        ::aws_smithy_runtime_api::client::result::SdkError<
  137    138   
            crate::operation::delete_objects::DeleteObjectsError,
  138    139   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  139    140   
        >,
  140    141   
    > {
  141    142   
        let input = self