:doc:`MigrationHub <../../mgh>` / Client / list_progress_update_streams

****************************
list_progress_update_streams
****************************



.. py:method:: MigrationHub.Client.list_progress_update_streams(**kwargs)

  

  Lists progress update streams associated with the user account making this call.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/AWSMigrationHub-2017-05-31/ListProgressUpdateStreams>`_  


  **Request Syntax**
  ::

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

    If a ``NextToken`` was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in ``NextToken``.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    Filter to limit the maximum number of results to list per page.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **ProgressUpdateStreamSummaryList** *(list) --* 

        List of progress update streams up to the max number of results passed in the input.

        
        

        - *(dict) --* 

          Summary of the AWS resource used for access control that is implicitly linked to your AWS account.

          
          

          - **ProgressUpdateStreamName** *(string) --* 

            The name of the ProgressUpdateStream. *Do not store personal data in this field.*

            
      
    
      

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

        If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.

        
  
  **Exceptions**
  
  *   :py:class:`MigrationHub.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`MigrationHub.Client.exceptions.InternalServerError`

  
  *   :py:class:`MigrationHub.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`MigrationHub.Client.exceptions.InvalidInputException`

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

  