Values.UpdatePublicKeyResultSourceUpdate public key information. Note that the only value you can change is the comment.
type nonrec t = {publicKey : PublicKey.t option;The public key.
*)eTag : String_.t option;The identifier of the current version of the public key.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `CannotChangeImmutablePublicKeyFields of CannotChangeImmutablePublicKeyFields.t| `IllegalUpdate of IllegalUpdate.t| `InvalidArgument of InvalidArgument.t| `InvalidIfMatchVersion of InvalidIfMatchVersion.t| `NoSuchPublicKey of NoSuchPublicKey.t| `PreconditionFailed of PreconditionFailed.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `CannotChangeImmutablePublicKeyFields of
CannotChangeImmutablePublicKeyFields.t
| `IllegalUpdate of IllegalUpdate.t
| `InvalidArgument of InvalidArgument.t
| `InvalidIfMatchVersion of InvalidIfMatchVersion.t
| `NoSuchPublicKey of NoSuchPublicKey.t
| `PreconditionFailed of PreconditionFailed.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `CannotChangeImmutablePublicKeyFields of
CannotChangeImmutablePublicKeyFields.t
| `IllegalUpdate of IllegalUpdate.t
| `InvalidArgument of InvalidArgument.t
| `InvalidIfMatchVersion of InvalidIfMatchVersion.t
| `NoSuchPublicKey of NoSuchPublicKey.t
| `PreconditionFailed of PreconditionFailed.t
| `Unknown_operation_error of string * string option ]