Smaws_Client_CloudHSM.ModifyLunaClientThis 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 the certificate used by the client.
This action can potentially start a workflow to install the new certificate on the client's HSMs.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `CloudHsmServiceException of Types.cloud_hsm_service_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.modify_luna_client_request ->
(Types.modify_luna_client_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `CloudHsmServiceException of Types.cloud_hsm_service_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.modify_luna_client_request ->
(Types.modify_luna_client_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `CloudHsmServiceException of Types.cloud_hsm_service_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result