Values_6.DeleteKeyPairResultSourceDeletes the specified key pair, by removing the public key from Amazon EC2.
type nonrec t = {return : Values_0.Boolean.t option;Is true if the request succeeds, and an error otherwise.
*)keyPairId : Values_0.String_.t option;The ID of the key pair.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]