:doc:`ConfigService <../../config>` / Client / describe_pending_aggregation_requests

*************************************
describe_pending_aggregation_requests
*************************************



.. py:method:: ConfigService.Client.describe_pending_aggregation_requests(**kwargs)

  

  Returns a list of all pending aggregation requests.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribePendingAggregationRequests>`_  


  **Request Syntax**
  ::

    response = client.describe_pending_aggregation_requests(
        Limit=123,
        NextToken='string'
    )
    
  :type Limit: integer
  :param Limit: 

    The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.

    

  
  :type NextToken: string
  :param NextToken: 

    The ``nextToken`` string returned on a previous page that you use to get the next page of results in a paginated response.

    

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

    
    ::

      {
          'PendingAggregationRequests': [
              {
                  'RequesterAccountId': 'string',
                  'RequesterAwsRegion': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **PendingAggregationRequests** *(list) --* 

        Returns a PendingAggregationRequests object.

        
        

        - *(dict) --* 

          An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.

          
          

          - **RequesterAccountId** *(string) --* 

            The 12-digit account ID of the account requesting to aggregate data.

            
          

          - **RequesterAwsRegion** *(string) --* 

            The region requesting to aggregate data.

            
      
    
      

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

        The ``nextToken`` string returned on a previous page that you use to get the next page of results in a paginated response.

        
  
  **Exceptions**
  
  *   :py:class:`ConfigService.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`ConfigService.Client.exceptions.InvalidNextTokenException`

  
  *   :py:class:`ConfigService.Client.exceptions.InvalidLimitException`

  