

**********
HealthLake
**********



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



.. py:class:: HealthLake.Client

  A low-level client representing Amazon HealthLake
  

  This is the *AWS HealthLake API Reference*. For an introduction to the service, see `What is AWS HealthLake? <https://docs.aws.amazon.com/healthlake/latest/devguide/what-is.html>`__ in the *AWS HealthLake Developer Guide*.

  ::

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

  

These are the available methods:

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

  healthlake/client/can_paginate
  healthlake/client/close
  healthlake/client/create_fhir_datastore
  healthlake/client/delete_fhir_datastore
  healthlake/client/describe_fhir_datastore
  healthlake/client/describe_fhir_export_job
  healthlake/client/describe_fhir_import_job
  healthlake/client/get_paginator
  healthlake/client/get_waiter
  healthlake/client/list_fhir_datastores
  healthlake/client/list_fhir_export_jobs
  healthlake/client/list_fhir_import_jobs
  healthlake/client/list_tags_for_resource
  healthlake/client/start_fhir_export_job
  healthlake/client/start_fhir_import_job
  healthlake/client/tag_resource
  healthlake/client/untag_resource


=======
Waiters
=======


Waiters are available on a client instance via the ``get_waiter`` method. For more detailed instructions and examples on the usage or waiters, see the waiters `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/clients.html#waiters>`_.

The available waiters are:

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

  healthlake/waiter/FHIRDatastoreActive
  healthlake/waiter/FHIRDatastoreDeleted
  healthlake/waiter/FHIRExportJobCompleted
  healthlake/waiter/FHIRImportJobCompleted
