Values.DescribeHsmRequestSourceContains the inputs for the DescribeHsm operation.
type nonrec t = {hsmArn : HsmArn.t option;The ARN of the HSM. Either the HsmArn or the SerialNumber parameter must be specified.
*)hsmSerialNumber : HsmSerialNumber.t option;The serial number of the HSM. Either the HsmArn or the HsmSerialNumber parameter must be specified.
*)}