aws_sdk_s3/protocol_serde/
shape_write_get_object_response_input.rs

1
2
3
4
5
6
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub fn ser_body_http_payload(
    payload: ::aws_smithy_types::byte_stream::ByteStream,
) -> Result<::aws_smithy_types::byte_stream::ByteStream, ::aws_smithy_types::error::operation::BuildError> {
    Ok(payload)
}