aws_sdk_s3/protocol_serde/
shape_upload_part_input.rs1pub fn ser_body_http_payload(
3 payload: ::aws_smithy_types::byte_stream::ByteStream,
4) -> Result<::aws_smithy_types::byte_stream::ByteStream, ::aws_smithy_types::error::operation::BuildError> {
5 Ok(payload)
6}