AWS SDK

AWS SDK

rev. ea0221e91c5de3e35e5675ddd8ae01ad9bcd7b80 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/start_task/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::start_task::builders::StartTaskInputBuilder {
   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::start_task::StartTaskOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::start_task::StartTaskError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/stop_service_deployment/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/stop_task/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/submit_attachment_state_changes/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/submit_container_state_change/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/submit_task_state_change/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/tag_resource/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::tag_resource::builders::TagResourceInputBuilder {
   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::tag_resource::TagResourceOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::tag_resource::TagResourceError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/untag_resource/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::untag_resource::builders::UntagResourceInputBuilder {
   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::untag_resource::UntagResourceOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::untag_resource::UntagResourceError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/update_capacity_provider/builders.rs

@@ -41,41 +101,102 @@
   61     61   
    pub fn as_input(&self) -> &crate::operation::update_capacity_provider::builders::UpdateCapacityProviderInputBuilder {
   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_capacity_provider::UpdateCapacityProviderOutput,
   76     77   
        ::aws_smithy_runtime_api::client::result::SdkError<
   77     78   
            crate::operation::update_capacity_provider::UpdateCapacityProviderError,
   78     79   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   79     80   
        >,
   80     81   
    > {
   81     82   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/update_cluster/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::update_cluster::builders::UpdateClusterInputBuilder {
   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_cluster::UpdateClusterOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::update_cluster::UpdateClusterError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/update_cluster_settings/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::update_cluster_settings::builders::UpdateClusterSettingsInputBuilder {
   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_cluster_settings::UpdateClusterSettingsOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::update_cluster_settings::UpdateClusterSettingsError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/update_container_agent/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/update_container_instances_state/builders.rs

@@ -54,54 +114,115 @@
   74     74   
    pub fn as_input(&self) -> &crate::operation::update_container_instances_state::builders::UpdateContainerInstancesStateInputBuilder {
   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::update_container_instances_state::UpdateContainerInstancesStateOutput,
   89     90   
        ::aws_smithy_runtime_api::client::result::SdkError<
   90     91   
            crate::operation::update_container_instances_state::UpdateContainerInstancesStateError,
   91     92   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   92     93   
        >,
   93     94   
    > {
   94     95   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/update_service/builders.rs

@@ -79,79 +139,140 @@
   99     99   
    pub fn as_input(&self) -> &crate::operation::update_service::builders::UpdateServiceInputBuilder {
  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::update_service::UpdateServiceOutput,
  114    115   
        ::aws_smithy_runtime_api::client::result::SdkError<
  115    116   
            crate::operation::update_service::UpdateServiceError,
  116    117   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  117    118   
        >,
  118    119   
    > {
  119    120   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/update_service_primary_task_set/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::update_service_primary_task_set::builders::UpdateServicePrimaryTaskSetInputBuilder {
   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_service_primary_task_set::UpdateServicePrimaryTaskSetOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::update_service_primary_task_set::UpdateServicePrimaryTaskSetError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ecs/src/operation/update_task_protection/builders.rs

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