// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
#[allow(unused_mut)]
pub fn ser_template_summary_config(
mut writer: ::aws_smithy_query::QueryValueWriter,
input: &crate::types::TemplateSummaryConfig,
) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::SerializationError> {
#[allow(unused_mut)]
let mut scope_1 = writer.prefix("TreatUnrecognizedResourceTypesAsWarnings");
if let Some(var_2) = &input.treat_unrecognized_resource_types_as_warnings {
scope_1.boolean(*var_2);
}
Ok(())
}