pub async fn import_key_pair( client: &Ec2Client, key_name: &str, public_key: &str, ) -> Result<(), Error>
Imports an SSH public key into the specified region