AWS SDK

AWS SDK

rev. 98195e4389bf2374d96cac5ea9d28300ec0ce538 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/invoke_async.rs

@@ -84,84 +143,144 @@
  104    104   
  105    105   
        ::std::option::Option::Some(cfg.freeze())
  106    106   
    }
  107    107   
  108    108   
    fn runtime_components(
  109    109   
        &self,
  110    110   
        _: &::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder,
  111    111   
    ) -> ::std::borrow::Cow<'_, ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder> {
  112    112   
        #[allow(unused_mut)]
  113    113   
        let mut rcb = ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder::new("InvokeAsync")
         114  +
            .with_interceptor(::aws_smithy_runtime::client::stalled_stream_protection::StalledStreamProtectionInterceptor::default())
  114    115   
            .with_interceptor(InvokeAsyncEndpointParamsInterceptor)
  115    116   
            .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::TransientErrorClassifier::<
  116    117   
                crate::operation::invoke_async::InvokeAsyncError,
  117    118   
            >::new())
  118    119   
            .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::ModeledAsRetryableClassifier::<
  119    120   
                crate::operation::invoke_async::InvokeAsyncError,
  120    121   
            >::new())
  121    122   
            .with_retry_classifier(::aws_runtime::retries::classifiers::AwsErrorCodeClassifier::<
  122    123   
                crate::operation::invoke_async::InvokeAsyncError,
  123    124   
            >::new());

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/invoke_with_response_stream.rs

@@ -89,89 +148,149 @@
  109    109   
  110    110   
        ::std::option::Option::Some(cfg.freeze())
  111    111   
    }
  112    112   
  113    113   
    fn runtime_components(
  114    114   
        &self,
  115    115   
        _: &::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder,
  116    116   
    ) -> ::std::borrow::Cow<'_, ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder> {
  117    117   
        #[allow(unused_mut)]
  118    118   
        let mut rcb = ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder::new("InvokeWithResponseStream")
         119  +
            .with_interceptor(::aws_smithy_runtime::client::stalled_stream_protection::StalledStreamProtectionInterceptor::default())
  119    120   
            .with_interceptor(InvokeWithResponseStreamEndpointParamsInterceptor)
  120    121   
            .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::TransientErrorClassifier::<
  121    122   
                crate::operation::invoke_with_response_stream::InvokeWithResponseStreamError,
  122    123   
            >::new())
  123    124   
            .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::ModeledAsRetryableClassifier::<
  124    125   
                crate::operation::invoke_with_response_stream::InvokeWithResponseStreamError,
  125    126   
            >::new())
  126    127   
            .with_retry_classifier(::aws_runtime::retries::classifiers::AwsErrorCodeClassifier::<
  127    128   
                crate::operation::invoke_with_response_stream::InvokeWithResponseStreamError,
  128    129   
            >::new());

tmp-codegen-diff/aws-sdk/sdk/polly/Cargo.toml

@@ -45,45 +105,105 @@
   65     65   
[dependencies.once_cell]
   66     66   
version = "1.16"
   67     67   
   68     68   
[dependencies.regex-lite]
   69     69   
version = "0.1.5"
   70     70   
   71     71   
[dependencies.tracing]
   72     72   
version = "0.1"
   73     73   
[dev-dependencies.aws-config]
   74     74   
path = "../aws-config"
   75         -
version = "1.5.2"
          75  +
version = "1.5.1"
   76     76   
   77     77   
[dev-dependencies.aws-credential-types]
   78     78   
path = "../aws-credential-types"
   79     79   
features = ["test-util"]
   80     80   
version = "1.2.0"
   81     81   
   82     82   
[dev-dependencies.aws-runtime]
   83     83   
path = "../aws-runtime"
   84     84   
features = ["test-util"]
   85     85   
version = "1.2.3"

tmp-codegen-diff/aws-sdk/sdk/qldbsession/Cargo.toml

@@ -41,41 +101,101 @@
   61     61   
[dependencies.once_cell]
   62     62   
version = "1.16"
   63     63   
   64     64   
[dependencies.regex-lite]
   65     65   
version = "0.1.5"
   66     66   
   67     67   
[dependencies.tracing]
   68     68   
version = "0.1"
   69     69   
[dev-dependencies.aws-config]
   70     70   
path = "../aws-config"
   71         -
version = "1.5.2"
          71  +
version = "1.5.1"
   72     72   
   73     73   
[dev-dependencies.aws-credential-types]
   74     74   
path = "../aws-credential-types"
   75     75   
features = ["test-util"]
   76     76   
version = "1.2.0"
   77     77   
   78     78   
[dev-dependencies.aws-runtime]
   79     79   
path = "../aws-runtime"
   80     80   
features = ["test-util"]
   81     81   
version = "1.2.3"

tmp-codegen-diff/aws-sdk/sdk/route53/Cargo.toml

@@ -42,42 +96,96 @@
   62     62   
[dependencies.once_cell]
   63     63   
version = "1.16"
   64     64   
   65     65   
[dependencies.regex-lite]
   66     66   
version = "0.1.5"
   67     67   
   68     68   
[dependencies.tracing]
   69     69   
version = "0.1"
   70     70   
[dev-dependencies.aws-config]
   71     71   
path = "../aws-config"
   72         -
version = "1.5.2"
          72  +
version = "1.5.1"
   73     73   
   74     74   
[dev-dependencies.aws-credential-types]
   75     75   
path = "../aws-credential-types"
   76     76   
features = ["test-util"]
   77     77   
version = "1.2.0"
   78     78   
   79     79   
[dev-dependencies.aws-smithy-runtime]
   80     80   
path = "../aws-smithy-runtime"
   81     81   
features = ["client", "test-util"]
   82     82   
version = "1.6.0"

tmp-codegen-diff/aws-sdk/sdk/s3/Cargo.toml

@@ -91,91 +151,151 @@
  111    111   
version = "0.1"
  112    112   
  113    113   
[dependencies.url]
  114    114   
version = "2.3.1"
  115    115   
[dev-dependencies.async-std]
  116    116   
version = "1.12.0"
  117    117   
  118    118   
[dev-dependencies.aws-config]
  119    119   
path = "../aws-config"
  120    120   
features = ["behavior-version-latest"]
  121         -
version = "1.5.2"
         121  +
version = "1.5.1"
  122    122   
  123    123   
[dev-dependencies.aws-credential-types]
  124    124   
path = "../aws-credential-types"
  125    125   
features = ["test-util"]
  126    126   
version = "1.2.0"
  127    127   
  128    128   
[dev-dependencies.aws-runtime]
  129    129   
path = "../aws-runtime"
  130    130   
features = ["test-util"]
  131    131   
version = "1.2.3"

tmp-codegen-diff/aws-sdk/sdk/s3control/Cargo.toml

@@ -51,51 +111,111 @@
   71     71   
[dependencies.regex-lite]
   72     72   
version = "0.1.5"
   73     73   
   74     74   
[dependencies.tracing]
   75     75   
version = "0.1"
   76     76   
   77     77   
[dependencies.url]
   78     78   
version = "2.3.1"
   79     79   
[dev-dependencies.aws-config]
   80     80   
path = "../aws-config"
   81         -
version = "1.5.2"
          81  +
version = "1.5.1"
   82     82   
   83     83   
[dev-dependencies.aws-credential-types]
   84     84   
path = "../aws-credential-types"
   85     85   
features = ["test-util"]
   86     86   
version = "1.2.0"
   87     87   
   88     88   
[dev-dependencies.aws-runtime]
   89     89   
path = "../aws-runtime"
   90     90   
features = ["test-util"]
   91     91   
version = "1.2.3"

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/Cargo.toml

@@ -48,48 +108,108 @@
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tokio]
   71     71   
version = "1.23.1"
   72     72   
features = ["sync"]
   73     73   
   74     74   
[dependencies.tracing]
   75     75   
version = "0.1"
   76     76   
[dev-dependencies.aws-config]
   77     77   
path = "../aws-config"
   78         -
version = "1.5.2"
          78  +
version = "1.5.1"
   79     79   
   80     80   
[dev-dependencies.aws-credential-types]
   81     81   
path = "../aws-credential-types"
   82     82   
features = ["test-util"]
   83     83   
version = "1.2.0"
   84     84   
   85     85   
[dev-dependencies.aws-runtime]
   86     86   
path = "../aws-runtime"
   87     87   
features = ["test-util"]
   88     88   
version = "1.2.3"

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/Cargo.toml

@@ -48,48 +99,99 @@
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tokio]
   71     71   
version = "1.23.1"
   72     72   
features = ["sync"]
   73     73   
   74     74   
[dependencies.tracing]
   75     75   
version = "0.1"
   76     76   
[dev-dependencies.aws-config]
   77     77   
path = "../aws-config"
   78         -
version = "1.5.2"
          78  +
version = "1.5.1"
   79     79   
   80     80   
[dev-dependencies.aws-credential-types]
   81     81   
path = "../aws-credential-types"
   82     82   
features = ["test-util"]
   83     83   
version = "1.2.0"
   84     84   
   85     85   
[dev-dependencies.aws-smithy-async]
   86     86   
path = "../aws-smithy-async"
   87     87   
features = ["test-util"]
   88     88   
version = "1.2.1"

tmp-codegen-diff/aws-sdk/sdk/transcribestreaming/Cargo.toml

@@ -59,59 +119,119 @@
   79     79   
[dependencies.regex-lite]
   80     80   
version = "0.1.5"
   81     81   
   82     82   
[dependencies.tracing]
   83     83   
version = "0.1"
   84     84   
[dev-dependencies.async-stream]
   85     85   
version = "0.3.0"
   86     86   
   87     87   
[dev-dependencies.aws-config]
   88     88   
path = "../aws-config"
   89         -
version = "1.5.2"
          89  +
version = "1.5.1"
   90     90   
   91     91   
[dev-dependencies.aws-credential-types]
   92     92   
path = "../aws-credential-types"
   93     93   
features = ["test-util"]
   94     94   
version = "1.2.0"
   95     95   
   96     96   
[dev-dependencies.aws-runtime]
   97     97   
path = "../aws-runtime"
   98     98   
features = ["test-util"]
   99     99   
version = "1.2.3"

tmp-codegen-diff/aws-sdk/tests/no-default-features/Cargo.toml

@@ -1,1 +46,46 @@
    9      9   
repository = "https://github.com/smithy-lang/smithy-rs"
   10     10   
publish = false
   11     11   
   12     12   
[dev-dependencies]
   13     13   
futures = "0.3.25"
   14     14   
http = "0.2.9"
   15     15   
   16     16   
[dev-dependencies.aws-config]
   17     17   
path = "../../sdk/aws-config"
   18     18   
default-features = false
   19         -
version = "1.5.2"
          19  +
version = "1.5.1"
   20     20   
   21     21   
[dev-dependencies.aws-sdk-s3]
   22     22   
path = "../../sdk/s3"
   23     23   
default-features = false
   24     24   
version = "0.0.0-local"
   25     25   
   26     26   
[dev-dependencies.aws-smithy-async]
   27     27   
path = "../../sdk/aws-smithy-async"
   28     28   
version = "1.2.1"
   29     29