:doc:`KinesisVideo <../../kinesisvideo>` / Client / describe_mapped_resource_configuration

**************************************
describe_mapped_resource_configuration
**************************************



.. py:method:: KinesisVideo.Client.describe_mapped_resource_configuration(**kwargs)

  

  Returns the most current information about the stream. The ``streamName`` or ``streamARN`` should be provided in the input.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/DescribeMappedResourceConfiguration>`_  


  **Request Syntax**
  ::

    response = client.describe_mapped_resource_configuration(
        StreamName='string',
        StreamARN='string',
        MaxResults=123,
        NextToken='string'
    )
    
  :type StreamName: string
  :param StreamName: 

    The name of the stream.

    

  
  :type StreamARN: string
  :param StreamARN: 

    The Amazon Resource Name (ARN) of the stream.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return in the response.

    

  
  :type NextToken: string
  :param NextToken: 

    The token to provide in your next request, to get another batch of results.

    

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

    
    ::

      {
          'MappedResourceConfigurationList': [
              {
                  'Type': 'string',
                  'ARN': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **MappedResourceConfigurationList** *(list) --* 

        A structure that encapsulates, or contains, the media storage configuration properties.

        
        

        - *(dict) --* 

          A structure that encapsulates, or contains, the media storage configuration properties.

          
          

          - **Type** *(string) --* 

            The type of the associated resource for the kinesis video stream.

            
          

          - **ARN** *(string) --* 

            The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.

            
      
    
      

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

        The token that was used in the ``NextToken``request to fetch the next set of results.

        
  
  **Exceptions**
  
  *   :py:class:`KinesisVideo.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.InvalidArgumentException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.ClientLimitExceededException`

  