

********
CloudHSM
********



======
Client
======



.. py:class:: CloudHSM.Client

  A low-level client representing Amazon CloudHSM
   

  This is documentation for **AWS CloudHSM Classic**. For more information, see `AWS CloudHSM Classic FAQs <http://aws.amazon.com/cloudhsm/faqs-classic/>`__, the `AWS CloudHSM Classic User Guide <https://docs.aws.amazon.com/cloudhsm/classic/userguide/>`__, and the `AWS CloudHSM Classic API Reference <https://docs.aws.amazon.com/cloudhsm/classic/APIReference/>`__.

   

  **For information about the current version of AWS CloudHSM**, see `AWS CloudHSM <http://aws.amazon.com/cloudhsm/>`__, the `AWS CloudHSM User Guide <https://docs.aws.amazon.com/cloudhsm/latest/userguide/>`__, and the `AWS CloudHSM API Reference <https://docs.aws.amazon.com/cloudhsm/latest/APIReference/>`__.

  ::

    
    import boto3
    
    client = boto3.client('cloudhsm')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  cloudhsm/client/add_tags_to_resource
  cloudhsm/client/can_paginate
  cloudhsm/client/close
  cloudhsm/client/create_hapg
  cloudhsm/client/create_hsm
  cloudhsm/client/create_luna_client
  cloudhsm/client/delete_hapg
  cloudhsm/client/delete_hsm
  cloudhsm/client/delete_luna_client
  cloudhsm/client/describe_hapg
  cloudhsm/client/describe_hsm
  cloudhsm/client/describe_luna_client
  cloudhsm/client/get_config
  cloudhsm/client/get_paginator
  cloudhsm/client/get_waiter
  cloudhsm/client/list_available_zones
  cloudhsm/client/list_hapgs
  cloudhsm/client/list_hsms
  cloudhsm/client/list_luna_clients
  cloudhsm/client/list_tags_for_resource
  cloudhsm/client/modify_hapg
  cloudhsm/client/modify_hsm
  cloudhsm/client/modify_luna_client
  cloudhsm/client/remove_tags_from_resource


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  cloudhsm/paginator/ListHapgs
  cloudhsm/paginator/ListHsms
  cloudhsm/paginator/ListLunaClients
