:doc:`Route53GlobalResolver <../../route53globalresolver>` / Client / list_managed_firewall_domain_lists

**********************************
list_managed_firewall_domain_lists
**********************************



.. py:method:: Route53GlobalResolver.Client.list_managed_firewall_domain_lists(**kwargs)

  

  Returns a paginated list of the AWS Managed DNS Lists and the categories for DNS Firewall. The categories are either ``THREAT`` or ``CONTENT``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53globalresolver-2022-09-27/ListManagedFirewallDomainLists>`_  


  **Request Syntax**
  ::

    response = client.list_managed_firewall_domain_lists(
        maxResults=123,
        nextToken='string',
        managedFirewallDomainListType='string'
    )
    
  :type maxResults: integer
  :param maxResults: 

    The maximum number of results to retrieve in a single call.

    

  
  :type nextToken: string
  :param nextToken: 

    A pagination token used for large sets of results that can't be returned in a single response.

    

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

    The category of the Manage DNS list either ``THREAT`` or ``CONTENT``.

    

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

    
    ::

      {
          'nextToken': 'string',
          'managedFirewallDomainLists': [
              {
                  'description': 'string',
                  'id': 'string',
                  'name': 'string',
                  'managedListType': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **nextToken** *(string) --* 

        A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.

        
      

      - **managedFirewallDomainLists** *(list) --* 

        List of the Managed Domain Lists.

        
        

        - *(dict) --* 

          Summary information about a managed firewall domain list.

          
          

          - **description** *(string) --* 

            A description of the managed firewall domain list.

            
          

          - **id** *(string) --* 

            The unique identifier of the managed firewall domain list.

            
          

          - **name** *(string) --* 

            The name of the managed firewall domain list.

            
          

          - **managedListType** *(string) --* 

            The type of the managed firewall domain list.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`Route53GlobalResolver.Client.exceptions.InternalServerException`

  
  *   :py:class:`Route53GlobalResolver.Client.exceptions.ValidationException`

  
  *   :py:class:`Route53GlobalResolver.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Route53GlobalResolver.Client.exceptions.ThrottlingException`

  