:doc:`SecurityHub <../../securityhub>` / Client / list_enabled_products_for_import

********************************
list_enabled_products_for_import
********************************



.. py:method:: SecurityHub.Client.list_enabled_products_for_import(**kwargs)

  

  Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ListEnabledProductsForImport>`_  


  **Request Syntax**
  ::

    response = client.list_enabled_products_for_import(
        NextToken='string',
        MaxResults=123
    )
    
  :type NextToken: string
  :param NextToken: 

    The token that is required for pagination. On your first call to the ``ListEnabledProductsForImport`` operation, set the value of this parameter to ``NULL``.

     

    For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of items to return in the response.

    

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

    
    ::

      {
          'ProductSubscriptions': [
              'string',
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ProductSubscriptions** *(list) --* 

        The list of ARNs for the resources that represent your subscriptions to products.

        
        

        - *(string) --* 
    
      

      - **NextToken** *(string) --* 

        The pagination token to use to request the next page of results.

        
  
  **Exceptions**
  
  *   :py:class:`SecurityHub.Client.exceptions.InternalException`

  
  *   :py:class:`SecurityHub.Client.exceptions.LimitExceededException`

  
  *   :py:class:`SecurityHub.Client.exceptions.InvalidAccessException`

  