Values.DescribeHostKeyRequestSourceReturns the details of the host key that's specified by the HostKeyId and ServerId.
type nonrec t = {serverId : ServerId.t;The identifier of the server that contains the host key that you want described.
*)hostKeyId : HostKeyId.t;The identifier of the host key that you want described.
*)}