AWS SDK

AWS SDK

rev. 60418420d803a0346bd1fc8cd396e7399b98748d (ignoring whitespace)

Files changed:

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

@@ -77,77 +137,136 @@
   97     97   
   98     98   
        ::std::option::Option::Some(cfg.freeze())
   99     99   
    }
  100    100   
  101    101   
    fn runtime_components(
  102    102   
        &self,
  103    103   
        _: &::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder,
  104    104   
    ) -> ::std::borrow::Cow<'_, ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder> {
  105    105   
        #[allow(unused_mut)]
  106    106   
        let mut rcb = ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder::new("Invoke")
  107         -
            .with_interceptor(::aws_smithy_runtime::client::stalled_stream_protection::StalledStreamProtectionInterceptor::default())
  108    107   
            .with_interceptor(InvokeEndpointParamsInterceptor)
  109    108   
            .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::TransientErrorClassifier::<
  110    109   
                crate::operation::invoke::InvokeError,
  111    110   
            >::new())
  112    111   
            .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::ModeledAsRetryableClassifier::<
  113    112   
                crate::operation::invoke::InvokeError,
  114    113   
            >::new())
  115    114   
            .with_retry_classifier(::aws_runtime::retries::classifiers::AwsErrorCodeClassifier::<
  116    115   
                crate::operation::invoke::InvokeError,
  117    116   
            >::new());

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

@@ -84,84 +144,143 @@
  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())
  115    114   
            .with_interceptor(InvokeAsyncEndpointParamsInterceptor)
  116    115   
            .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::TransientErrorClassifier::<
  117    116   
                crate::operation::invoke_async::InvokeAsyncError,
  118    117   
            >::new())
  119    118   
            .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::ModeledAsRetryableClassifier::<
  120    119   
                crate::operation::invoke_async::InvokeAsyncError,
  121    120   
            >::new())
  122    121   
            .with_retry_classifier(::aws_runtime::retries::classifiers::AwsErrorCodeClassifier::<
  123    122   
                crate::operation::invoke_async::InvokeAsyncError,
  124    123   
            >::new());

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

@@ -89,89 +149,148 @@
  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())
  120    119   
            .with_interceptor(InvokeWithResponseStreamEndpointParamsInterceptor)
  121    120   
            .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::TransientErrorClassifier::<
  122    121   
                crate::operation::invoke_with_response_stream::InvokeWithResponseStreamError,
  123    122   
            >::new())
  124    123   
            .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::ModeledAsRetryableClassifier::<
  125    124   
                crate::operation::invoke_with_response_stream::InvokeWithResponseStreamError,
  126    125   
            >::new())
  127    126   
            .with_retry_classifier(::aws_runtime::retries::classifiers::AwsErrorCodeClassifier::<
  128    127   
                crate::operation::invoke_with_response_stream::InvokeWithResponseStreamError,
  129    128   
            >::new());