aws_sdk_ec2/protocol_serde/
shape_certificate_authentication_request.rs1#[allow(unused_mut)]
3pub fn ser_certificate_authentication_request(
4 mut writer: ::aws_smithy_query::QueryValueWriter,
5 input: &crate::types::CertificateAuthenticationRequest,
6) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::SerializationError> {
7 #[allow(unused_mut)]
8 let mut scope_1 = writer.prefix("ClientRootCertificateChainArn");
9 if let Some(var_2) = &input.client_root_certificate_chain_arn {
10 scope_1.string(var_2);
11 }
12 Ok(())
13}