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