aws_sdk_sts/protocol_serde/
shape_get_caller_identity_input.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub fn ser_get_caller_identity_input_input_input(
3    input: &crate::operation::get_caller_identity::GetCallerIdentityInput,
4) -> ::std::result::Result<::aws_smithy_types::body::SdkBody, ::aws_smithy_types::error::operation::SerializationError> {
5    let _ = input;
6    let mut out = String::new();
7    #[allow(unused_mut)]
8    let mut writer = ::aws_smithy_query::QueryWriter::new(&mut out, "GetCallerIdentity", "2011-06-15");
9    writer.finish();
10    Ok(::aws_smithy_types::body::SdkBody::from(out))
11}