CloudHSM / Client / modify_luna_client

modify_luna_client#

CloudHSM.Client.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.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.modify_luna_client(
    ClientArn='string',
    Certificate='string'
)
Parameters:
  • ClientArn (string) –

    [REQUIRED]

    The ARN of the client.

  • Certificate (string) –

    [REQUIRED]

    The new certificate for the client.

Return type:

dict

Returns:

Response Syntax

{
    'ClientArn': 'string'
}

Response Structure

  • (dict) –

    • ClientArn (string) –

      The ARN of the client.

Exceptions

  • CloudHSM.Client.exceptions.CloudHsmServiceException