aws_sdk_qbusiness/protocol_serde/
shape_end_of_input_event.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub fn ser_end_of_input_event(
3    #[allow(unused_variables)] object: &mut ::aws_smithy_json::serialize::JsonObjectWriter,
4    #[allow(unused_variables)] input: &crate::types::EndOfInputEvent,
5) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::SerializationError> {
6    Ok(())
7}