aws_sdk_sts/protocol_serde/
shape_get_caller_identity_input.rspub fn ser_get_caller_identity_input_input_input(
input: &crate::operation::get_caller_identity::GetCallerIdentityInput,
) -> Result<::aws_smithy_types::body::SdkBody, ::aws_smithy_types::error::operation::SerializationError> {
let _ = input;
let mut out = String::new();
#[allow(unused_mut)]
let mut writer = ::aws_smithy_query::QueryWriter::new(&mut out, "GetCallerIdentity", "2011-06-15");
writer.finish();
Ok(::aws_smithy_types::body::SdkBody::from(out))
}