:doc:`ChimeSDKMediaPipelines <../../chime-sdk-media-pipelines>` / Client / list_media_capture_pipelines

****************************
list_media_capture_pipelines
****************************



.. py:method:: ChimeSDKMediaPipelines.Client.list_media_capture_pipelines(**kwargs)

  

  Returns a list of media pipelines.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines>`_  


  **Request Syntax**
  ::

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

    The token used to retrieve the next page of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return in a single call. Valid Range: 1 - 99.

    

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

    
    ::

      {
          'MediaCapturePipelines': [
              {
                  'MediaPipelineId': 'string',
                  'MediaPipelineArn': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **MediaCapturePipelines** *(list) --* 

        The media pipeline objects in the list.

        
        

        - *(dict) --* 

          The summary data of a media capture pipeline.

          
          

          - **MediaPipelineId** *(string) --* 

            The ID of the media pipeline in the summary.

            
          

          - **MediaPipelineArn** *(string) --* 

            The ARN of the media pipeline in the summary.

            
      
    
      

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

        The token used to retrieve the next page of results.

        
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ResourceLimitExceededException`

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

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ServiceFailureException`

  