// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub fn ser_as2805_pek_derivation_attributes(
object: &mut ::aws_smithy_json::serialize::JsonObjectWriter,
input: &crate::types::As2805PekDerivationAttributes,
) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::SerializationError> {
{
object.key("SystemTraceAuditNumber").string(input.system_trace_audit_number.as_str());
}
{
object.key("TransactionAmount").string(input.transaction_amount.as_str());
}
Ok(())
}