Module Values.ModifyHapgRequestSource

This 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. Modifies an existing high-availability partition group.

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

    The ARN of the high-availability partition group to modify.

    *)
  2. label : Label.t option;
    (*

    The new label for the high-availability partition group.

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

    The list of partition serial numbers to make members of the high-availability partition group.

    *)
}
Sourceval context_ : string
Sourceval make : ?label:??? -> ?partitionSerialList:??? -> hapgArn:HapgArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of PartitionSerial.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