Skip to content

Commit

Permalink
[smithy-rs] Remove stalled stream protection from transcribestreaming…
Browse files Browse the repository at this point in the history
… (#3831)

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here -->
#1181

## Checklist
- [x] For changes to the AWS SDK, generated SDK code, or SDK runtime
crates, I have created a changelog entry Markdown file in the
`.changelog` directory, specifying "aws-sdk-rust" in the `applies_to`
key.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
  • Loading branch information
landonxjames authored and aws-sdk-rust-ci committed Sep 17, 2024
1 parent af04392 commit 494ca1a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ impl ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugin for StartCa
) -> ::std::borrow::Cow<'_, ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder> {
#[allow(unused_mut)]
let mut rcb = ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder::new("StartCallAnalyticsStreamTranscription")
.with_interceptor(::aws_smithy_runtime::client::stalled_stream_protection::StalledStreamProtectionInterceptor::default())
.with_interceptor(StartCallAnalyticsStreamTranscriptionEndpointParamsInterceptor)
.with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::TransientErrorClassifier::<
crate::operation::start_call_analytics_stream_transcription::StartCallAnalyticsStreamTranscriptionError,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ impl ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugin for StartMe
) -> ::std::borrow::Cow<'_, ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder> {
#[allow(unused_mut)]
let mut rcb = ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder::new("StartMedicalStreamTranscription")
.with_interceptor(::aws_smithy_runtime::client::stalled_stream_protection::StalledStreamProtectionInterceptor::default())
.with_interceptor(StartMedicalStreamTranscriptionEndpointParamsInterceptor)
.with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::TransientErrorClassifier::<
crate::operation::start_medical_stream_transcription::StartMedicalStreamTranscriptionError,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ impl ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugin for StartSt
) -> ::std::borrow::Cow<'_, ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder> {
#[allow(unused_mut)]
let mut rcb = ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder::new("StartStreamTranscription")
.with_interceptor(::aws_smithy_runtime::client::stalled_stream_protection::StalledStreamProtectionInterceptor::default())
.with_interceptor(StartStreamTranscriptionEndpointParamsInterceptor)
.with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::TransientErrorClassifier::<
crate::operation::start_stream_transcription::StartStreamTranscriptionError,
Expand Down
4 changes: 2 additions & 2 deletions versions.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
smithy_rs_revision = 'db1a9f19d3f6f34a80d9a2a89616d38666a82de8'
smithy_rs_revision = 'd288ef9d0787d85c84ba8fec5d41363d56c8bbf1'
aws_doc_sdk_examples_revision = '054d2fbdcb039d077615ce17e5b66ed92e8a33d1'

[manual_interventions]
Expand Down Expand Up @@ -2231,7 +2231,7 @@ model_hash = 'e15ab454daa167dfa2eb8b08a1bd9ae6960f92e1f8195ce5d259e278a10dcf48'
[crates.aws-sdk-transcribestreaming]
category = 'AwsSdk'
version = '1.43.0'
source_hash = '638d685297d1f37d885c8b47ceb005ce27589e6317daf8cddef92972648f5948'
source_hash = 'b16e6117d50e8120d66d5e1061a83495536172053688764a8cbb461b5ae708e6'
model_hash = 'b6e54b8b7c1dfefaa67fbc4f5c237a2bbaad7916305a9b588ce31a4134abbce1'

[crates.aws-sdk-transfer]
Expand Down

0 comments on commit 494ca1a

Please sign in to comment.