Values.GetSSHPublicKeyResponseSourceContains the response to a successful GetSSHPublicKey request.
type getSSHPublicKeyResult = {sSHPublicKey : SSHPublicKey.t option;A structure containing details about the SSH public key.
*)}type error = [ | `NoSuchEntityException of NoSuchEntityException.t| `UnrecognizedPublicKeyEncodingException of
UnrecognizedPublicKeyEncodingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NoSuchEntityException of NoSuchEntityException.t
| `Unknown_operation_error of string * string option
| `UnrecognizedPublicKeyEncodingException of
UnrecognizedPublicKeyEncodingException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NoSuchEntityException of NoSuchEntityException.t
| `Unknown_operation_error of string * string option
| `UnrecognizedPublicKeyEncodingException of
UnrecognizedPublicKeyEncodingException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of UserNameType.t
| `Timestamp of DateType.t ])
list ])
list ])
list ]