Values.DescribeHapgResponseSourceContains the output of the DescribeHapg action.
type nonrec t = {hapgArn : HapgArn.t option;The ARN of the high-availability partition group.
*)hapgSerial : String_.t option;The serial number of the high-availability partition group.
*)hsmsLastActionFailed : HsmList.t option;hsmsPendingDeletion : HsmList.t option;hsmsPendingRegistration : HsmList.t option;label : Label.t option;The label for the high-availability partition group.
*)lastModifiedTimestamp : Timestamp.t option;The date and time the high-availability partition group was last modified.
*)partitionSerialList : PartitionSerialList.t option;The list of partition serial numbers that belong to the high-availability partition group.
*)state : CloudHsmObjectState.t option;The state of the high-availability partition group.
*)}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 ]