Module Values.CreateHsmResponseSource

Creates a new hardware security module (HSM) in the specified CloudHSM cluster. Cross-account use: No. You cannot perform this operation on an CloudHSM cluster in a different Amazon Web Service account.

Sourcetype nonrec t = {
  1. hsm : Hsm.t option;
    (*

    Information about the HSM 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. | `Unknown_operation_error of string * string option
]
Sourceval make : ?hsm:??? -> 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 | `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 | `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 | `String of ExternalAz.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