Module Values.DescribeHapgResponseSource

Contains the output of the DescribeHapg action.

Sourcetype nonrec t = {
  1. hapgArn : HapgArn.t option;
    (*

    The ARN of the high-availability partition group.

    *)
  2. hapgSerial : String_.t option;
    (*

    The serial number of the high-availability partition group.

    *)
  3. hsmsLastActionFailed : HsmList.t option;
  4. hsmsPendingDeletion : HsmList.t option;
  5. hsmsPendingRegistration : HsmList.t option;
  6. label : Label.t option;
    (*

    The label for the high-availability partition group.

    *)
  7. lastModifiedTimestamp : Timestamp.t option;
    (*

    The date and time the high-availability partition group was last modified.

    *)
  8. partitionSerialList : PartitionSerialList.t option;
    (*

    The list of partition serial numbers that belong to the high-availability partition group.

    *)
  9. state : CloudHsmObjectState.t option;
    (*

    The state of the high-availability partition group.

    *)
}
Sourcetype nonrec error = [
  1. | `CloudHsmInternalException of CloudHsmInternalException.t
  2. | `CloudHsmServiceException of CloudHsmServiceException.t
  3. | `InvalidRequestException of InvalidRequestException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?hapgArn:??? -> ?hapgSerial:??? -> ?hsmsLastActionFailed:??? -> ?hsmsPendingDeletion:??? -> ?hsmsPendingRegistration:??? -> ?label:??? -> ?lastModifiedTimestamp:??? -> ?partitionSerialList:??? -> ?state:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `CloudHsmInternalException of unit | `CloudHsmServiceException of CloudHsmServiceException.t | `InvalidRequestException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `CloudHsmInternalException of unit | `CloudHsmServiceException of CloudHsmServiceException.t | `InvalidRequestException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of HsmArn.t ] list | `String of HapgArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t