modify_luna_client
(**kwargs)¶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.
Modifies the certificate used by the client.
This action can potentially start a workflow to install the new certificate on the client's HSMs.
See also: AWS API Documentation
Request Syntax
response = client.modify_luna_client(
ClientArn='string',
Certificate='string'
)
[REQUIRED]
The ARN of the client.
[REQUIRED]
The new certificate for the client.
dict
Response Syntax
{
'ClientArn': 'string'
}
Response Structure
(dict) --
ClientArn (string) --
The ARN of the client.
Exceptions
CloudHSM.Client.exceptions.CloudHsmServiceException