pub(crate) async fn rds_auth_token( host: &str, port: u16, username: &str, aws_config: &SdkConfig, ) -> Result<String, RdsTokenError>