:doc:`GroundStation <../../groundstation>` / Client / list_dataflow_endpoint_groups

*****************************
list_dataflow_endpoint_groups
*****************************



.. py:method:: GroundStation.Client.list_dataflow_endpoint_groups(**kwargs)

  

  Returns a list of ``DataflowEndpoint`` groups.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListDataflowEndpointGroups>`_  


  **Request Syntax**
  ::

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

    Maximum number of dataflow endpoint groups returned.

    

  
  :type nextToken: string
  :param nextToken: 

    Next token returned in the request of a previous ``ListDataflowEndpointGroups`` call. Used to get the next page of results.

    

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

    
    ::

      {
          'nextToken': 'string',
          'dataflowEndpointGroupList': [
              {
                  'dataflowEndpointGroupId': 'string',
                  'dataflowEndpointGroupArn': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

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

        Next token returned in the response of a previous ``ListDataflowEndpointGroups`` call. Used to get the next page of results.

        
      

      - **dataflowEndpointGroupList** *(list) --* 

        A list of dataflow endpoint groups.

        
        

        - *(dict) --* 

          Item in a list of ``DataflowEndpoint`` groups.

          
          

          - **dataflowEndpointGroupId** *(string) --* 

            UUID of a dataflow endpoint group.

            
          

          - **dataflowEndpointGroupArn** *(string) --* 

            ARN of a dataflow endpoint group.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`GroundStation.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`GroundStation.Client.exceptions.DependencyException`

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

  