Values.UploadSSHPublicKeyResponseSourceContains the response to a successful UploadSSHPublicKey request.
type uploadSSHPublicKeyResult = {sSHPublicKey : SSHPublicKey.t option;Contains information about the SSH public key.
*)}and t = {uploadSSHPublicKeyResult : uploadSSHPublicKeyResult;responseMetaData : responseMetaData;}type error = [ | `DuplicateSSHPublicKeyException of DuplicateSSHPublicKeyException.t| `InvalidPublicKeyException of InvalidPublicKeyException.t| `LimitExceededException of LimitExceededException.t| `NoSuchEntityException of NoSuchEntityException.t| `UnrecognizedPublicKeyEncodingException of
UnrecognizedPublicKeyEncodingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DuplicateSSHPublicKeyException of DuplicateSSHPublicKeyException.t
| `InvalidPublicKeyException of InvalidPublicKeyException.t
| `LimitExceededException of LimitExceededException.t
| `NoSuchEntityException of NoSuchEntityException.t
| `Unknown_operation_error of string * string option
| `UnrecognizedPublicKeyEncodingException of
UnrecognizedPublicKeyEncodingException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DuplicateSSHPublicKeyException of DuplicateSSHPublicKeyException.t
| `InvalidPublicKeyException of InvalidPublicKeyException.t
| `LimitExceededException of LimitExceededException.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 ]