Values.InitializeClusterResponseSourceClaims an CloudHSM cluster by submitting the cluster certificate issued by your issuing certificate authority (CA) and the CA's root certificate. Before you can claim a cluster, you must sign the cluster's certificate signing request (CSR) with your issuing CA. To get the cluster's CSR, use DescribeClusters. Cross-account use: No. You cannot perform this operation on an CloudHSM cluster in a different Amazon Web Services account.
type nonrec t = {state : ClusterState.t option;The cluster's state.
*)stateMessage : StateMessage.t option;A description of the cluster's state.
*)}type nonrec error = [ | `CloudHsmAccessDeniedException of CloudHsmAccessDeniedException.t| `CloudHsmInternalFailureException of CloudHsmInternalFailureException.t| `CloudHsmInvalidRequestException of CloudHsmInvalidRequestException.t| `CloudHsmResourceNotFoundException of CloudHsmResourceNotFoundException.t| `CloudHsmServiceException of CloudHsmServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CloudHsmAccessDeniedException of CloudHsmAccessDeniedException.t
| `CloudHsmInternalFailureException of CloudHsmInternalFailureException.t
| `CloudHsmInvalidRequestException of CloudHsmInvalidRequestException.t
| `CloudHsmResourceNotFoundException of CloudHsmResourceNotFoundException.t
| `CloudHsmServiceException of CloudHsmServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CloudHsmAccessDeniedException of CloudHsmAccessDeniedException.t
| `CloudHsmInternalFailureException of CloudHsmInternalFailureException.t
| `CloudHsmInvalidRequestException of CloudHsmInvalidRequestException.t
| `CloudHsmResourceNotFoundException of CloudHsmResourceNotFoundException.t
| `CloudHsmServiceException of CloudHsmServiceException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of StateMessage.t ]) list ]