aws_config/
stalled_stream_protection.rs

1/*
2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6//! Stalled stream protection configuration
7
8// Re-export from aws-smithy-types
9pub use aws_smithy_runtime_api::client::stalled_stream_protection::StalledStreamProtectionConfig;