aws-sdk-appflow 1.98.0

AWS SDK for Amazon Appflow
Documentation
1
2
3
4
5
6
7
8
9
10
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub fn ser_singular_connector_profile_credentials(
    object: &mut ::aws_smithy_json::serialize::JsonObjectWriter,
    input: &crate::types::SingularConnectorProfileCredentials,
) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::SerializationError> {
    {
        object.key("apiKey").string(input.api_key.as_str());
    }
    Ok(())
}