aws_sdk_sts/protocol_serde/
shape_get_caller_identity_input.rs

1
2
3
4
5
6
7
8
9
10
11
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub 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))
}