aws-sdk-codeartifact 1.100.0

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