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

**********************************************
list_media_pipeline_kinesis_video_stream_pools
**********************************************



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

  

  Lists the video stream pools in the media pipeline.

  

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


  **Request Syntax**
  ::

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

    The token used to return the next page of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

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

    

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

    
    ::

      {
          'KinesisVideoStreamPools': [
              {
                  'PoolName': 'string',
                  'PoolId': 'string',
                  'PoolArn': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **KinesisVideoStreamPools** *(list) --* 

        The list of video stream pools.

        
        

        - *(dict) --* 

          A summary of the Kinesis video stream pool.

          
          

          - **PoolName** *(string) --* 

            The name of the video stream pool.

            
          

          - **PoolId** *(string) --* 

            The ID of the video stream pool.

            
          

          - **PoolArn** *(string) --* 

            The ARN of the video stream pool.

            
      
    
      

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

        The token used to return 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`

  