:doc:`ApplicationDiscoveryService <../../discovery>` / Client / stop_continuous_export

**********************
stop_continuous_export
**********************



.. py:method:: ApplicationDiscoveryService.Client.stop_continuous_export(**kwargs)

  

  Stop the continuous flow of agent's discovered data into Amazon Athena.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StopContinuousExport>`_  


  **Request Syntax**
  ::

    response = client.stop_continuous_export(
        exportId='string'
    )
    
  :type exportId: string
  :param exportId: **[REQUIRED]** 

    The unique ID assigned to this export.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'startTime': datetime(2015, 1, 1),
          'stopTime': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **startTime** *(datetime) --* 

        Timestamp that represents when this continuous export started collecting data.

        
      

      - **stopTime** *(datetime) --* 

        Timestamp that represents when this continuous export was stopped.

        
  
  **Exceptions**
  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.OperationNotPermittedException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.ResourceInUseException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException`

  