pub fn ser_delete_hsm_configuration_input_input_input(
input: &crate::operation::delete_hsm_configuration::DeleteHsmConfigurationInput,
) -> ::std::result::Result<::aws_smithy_types::body::SdkBody, ::aws_smithy_types::error::operation::SerializationError> {
let mut out = String::new();
#[allow(unused_mut)]
let mut writer = ::aws_smithy_query::QueryWriter::new(&mut out, "DeleteHsmConfiguration", "2012-12-01");
#[allow(unused_mut)]
let mut scope_1 = writer.prefix("HsmConfigurationIdentifier");
if let Some(var_2) = &input.hsm_configuration_identifier {
scope_1.string(var_2);
}
writer.finish();
Ok(::aws_smithy_types::body::SdkBody::from(out))
}