Module Values.CreateClusterResponseSource

Creates a new CloudHSM cluster. Cross-account use: Yes. To perform this operation with an CloudHSM backup in a different AWS account, specify the full backup ARN in the value of the SourceBackupId parameter.

Sourcetype nonrec t = {
  1. cluster : Cluster.t option;
    (*

    Information about the cluster that was created.

    *)
}
Sourcetype nonrec error = [
  1. | `CloudHsmAccessDeniedException of CloudHsmAccessDeniedException.t
  2. | `CloudHsmInternalFailureException of CloudHsmInternalFailureException.t
  3. | `CloudHsmInvalidRequestException of CloudHsmInvalidRequestException.t
  4. | `CloudHsmResourceNotFoundException of CloudHsmResourceNotFoundException.t
  5. | `CloudHsmServiceException of CloudHsmServiceException.t
  6. | `CloudHsmTagException of CloudHsmTagException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?cluster:??? -> unit -> t
Sourceval 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 | `CloudHsmTagException of CloudHsmTagException.t | `Unknown_operation_error of string * string option ]
Sourceval 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 | `CloudHsmTagException of CloudHsmTagException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of ExternalAz.t ]) list ] list | `Map of ([> `String of ExternalAz.t ] * [> `String of SubnetId.t ]) list | `String of ClusterId.t | `Structure of (string * [> `Enum of string | `String of BackupRetentionValue.t ]) list | `Timestamp of Timestamp.t ]) list ]) 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