#[deprecated(
since = "0.60.2",
note = "Use aws_runtime::content_encoding::header_value instead."
)]
pub mod header_value {
#[deprecated(
since = "0.60.2",
note = "Use aws_runtime::content_encoding::header_value::AWS_CHUNKED instead."
)]
pub const AWS_CHUNKED: &str = "aws-chunked";
}
#[deprecated(
since = "0.60.2",
note = "Use aws_runtime::content_encoding::AwsChunkedBodyOptions instead."
)]
pub type AwsChunkedBodyOptions = aws_runtime::content_encoding::AwsChunkedBodyOptions;
#[deprecated(
since = "0.60.2",
note = "Use aws_runtime::content_encoding::AwsChunkedBody instead."
)]
pub type AwsChunkedBody<Inner> = aws_runtime::content_encoding::AwsChunkedBody<Inner>;