Values.UpdateHostKeyRequestSourceUpdates the description for the host key that's specified by the ServerId and HostKeyId parameters.
type nonrec t = {serverId : ServerId.t;The identifier of the server that contains the host key that you are updating.
*)hostKeyId : HostKeyId.t;The identifier of the host key that you are updating.
*)description : HostKeyDescription.t;An updated description for the host key.
*)}val make :
serverId:ServerId.t ->
hostKeyId:HostKeyId.t ->
description:HostKeyDescription.t ->
unit ->
t