Values.DescribeLunaClientResponseSourceThis is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. Retrieves information about an HSM client.
type nonrec t = {clientArn : ClientArn.t option;The ARN of the client.
*)certificate : Certificate.t option;The certificate installed on the HSMs used by this client.
*)certificateFingerprint : CertificateFingerprint.t option;The certificate fingerprint.
*)lastModifiedTimestamp : Timestamp.t option;The date and time the client was last modified.
*)label : Label.t option;The label of the client.
*)}type nonrec error = [ | `CloudHsmInternalException of CloudHsmInternalException.t| `CloudHsmServiceException of CloudHsmServiceException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CloudHsmInternalException of unit
| `CloudHsmServiceException of CloudHsmServiceException.t
| `InvalidRequestException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CloudHsmInternalException of unit
| `CloudHsmServiceException of CloudHsmServiceException.t
| `InvalidRequestException of unit
| `Unknown_operation_error of string * string option ]