Values.ImportKeyPairRequestSourceImports a public SSH key from a specific key pair.
type nonrec t = {keyPairName : ResourceName.t;The name of the key pair for which you want to import the public key.
*)publicKeyBase64 : Base64.t;A base64-encoded public key of the ssh-rsa type.
*)}