Module Values.GetConfigRequestSource

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. Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.

Sourcetype nonrec t = {
  1. clientArn : ClientArn.t;
    (*

    The ARN of the client.

    *)
  2. clientVersion : ClientVersion.t;
    (*

    The client version.

    *)
  3. hapgList : HapgList.t;
    (*

    A list of ARNs that identify the high-availability partition groups that are associated with the client.

    *)
}
Sourceval context_ : string
Sourceval make : clientArn:ClientArn.t -> clientVersion:ClientVersion.t -> hapgList:HapgList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of HapgArn.t ] list | `String of ClientArn.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