aws-sdk-ebs 1.97.0

AWS SDK for Amazon Elastic Block Store
Documentation
1
2
3
4
5
6
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub fn ser_block_data_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)
}