// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub fn ser_input_parallelism_update(
object: &mut ::aws_smithy_json::serialize::JsonObjectWriter,
input: &crate::types::InputParallelismUpdate,
) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::SerializationError> {
{
object.key("CountUpdate").number(
#[allow(clippy::useless_conversion)]
::aws_smithy_types::Number::NegInt((input.count_update).into()),
);
}
Ok(())
}