:doc:`HealthLake <../../healthlake>` / Waiter / FHIRExportJobCompleted

**********************
FHIRExportJobCompleted
**********************



.. py:class:: HealthLake.Waiter.FHIRExportJobCompleted

  ::

    
    waiter = client.get_waiter('fhir_export_job_completed')

  
  

  .. py:method:: wait(**kwargs)

    Polls :py:meth:`HealthLake.Client.describe_fhir_export_job` every 120 seconds until a successful state is reached. An error is raised after 360 failed checks.

    See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DescribeFHIRExportJob>`_    


    **Request Syntax**
    ::

      waiter.wait(
          DatastoreId='string',
          JobId='string',
          WaiterConfig={
              'Delay': 123,
              'MaxAttempts': 123
          }
      )
      
    :type DatastoreId: string
    :param DatastoreId: **[REQUIRED]** 

      The data store identifier from which FHIR data is being exported from.

      

    
    :type JobId: string
    :param JobId: **[REQUIRED]** 

      The export job identifier.

      

    
    :type WaiterConfig: dict
    :param WaiterConfig: 

      A dictionary that provides parameters to control waiting behavior.

      

    
      - **Delay** *(integer) --* 

        The amount of time in seconds to wait between attempts. Default: 120

        

      
      - **MaxAttempts** *(integer) --* 

        The maximum number of attempts to be made. Default: 360

        

      
    
    
    :returns: None